xref: /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tcs_aik.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. 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