diff options
Diffstat (limited to 'src/include/tsp_audit.h')
-rw-r--r-- | src/include/tsp_audit.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/tsp_audit.h b/src/include/tsp_audit.h new file mode 100644 index 0000000..71bf8c4 --- /dev/null +++ b/src/include/tsp_audit.h @@ -0,0 +1,16 @@ + +/* + * Licensed Materials - Property of IBM + * + * trousers - An open source TCG Software Stack + * + * (C) Copyright International Business Machines Corp. 2007 + * + */ + +#ifndef _TSP_AUDIT_H_ +#define _TSP_AUDIT_H_ + +TSS_RESULT __tspi_audit_set_ordinal_audit_status(TSS_HTPM, TSS_FLAG, TSS_FLAG, UINT32); + +#endif |