blob: af49eae6d9456caa8db9620549bab0e155bb5e66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* Licensed Materials - Property of IBM
*
* trousers - An open source TCG Software Stack
*
* (C) Copyright International Business Machines Corp. 2006-2007
*
*/
#ifndef _TCS_AIK_H_
#define _TCS_AIK_H_
void get_credential(UINT32, UINT32 *, BYTE **);
#endif
|