xref: /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tcs_aik.h (revision b757af438b42b93f8c6571f026d8b8ef3eaf5fc9)
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. 2006-2007
8  *
9  */
10 
11 #ifndef _TCS_AIK_H_
12 #define _TCS_AIK_H_
13 
14 void get_credential(UINT32, UINT32 *, BYTE **);
15 
16 #endif
17