// This file was extracted from the TCG Published | |
// Trusted Platform Module Library | |
// Part 4: Supporting Routines | |
// Family "2.0" | |
// Level 00 Revision 01.16 | |
// October 30, 2014 | |
#ifndef _TPM_H_ | |
#define _TPM_H_ | |
#include "bool.h" | |
// | |
#include "Implementation.h" | |
#include "TPM_Types.h" | |
#include "swap.h" | |
#endif // _TPM_H_ |