xref: /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tsp_audit.h (revision 2d5f7628c5531eb583b9313ac2fd1cf8582b4479)
1 
2 /*
3  * Licensed Materials - Property of IBM
4  *
5  * trousers - An open source TCG Software Stack
6  *
7  * (C) Copyright International Business Machines Corp. 2007
8  *
9  */
10 
11 #ifndef _TSP_AUDIT_H_
12 #define _TSP_AUDIT_H_
13 
14 TSS_RESULT	   __tspi_audit_set_ordinal_audit_status(TSS_HTPM, TSS_FLAG, TSS_FLAG, UINT32);
15 
16 #endif
17