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