commit | a059915b1b4487e6657a962e9cdb19098a796432 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Nov 28 08:08:57 2015 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Tue Dec 29 12:21:17 2015 -0500 |
tree | f5d3ae50df5f119d586110c5de7d470d067fb814 | |
parent | 26e361701f70049820b0122dcef5702d6d3e98bb [diff] |
tpm: Avoid macro expansion of tpm request / response structs Avoid macros and use regular struct definitions for the request and response headers. This simplifies the header and reduces the need for casts in the code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>