Module Name: src Committed By: riastradh Date: Mon Jan 4 18:22:19 UTC 2021
Modified Files: src/sys/dev/ic: tpm.c tpmreg.h tpmvar.h Log Message: dev/ic/tpm: Tidy up headers. - Add include guards. - Add necessary includes. - Sort includes. - Use _BYTE_ORDER, not BYTE_ORDER, for public header. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/tpm.c cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/tpmreg.h cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/tpmvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.