xref: /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tcs_aik.h (revision 8450a7c42673d65e3b1f6560d3b6ecd317a6cbe8)
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