diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-11-25 14:36:20 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-11-25 14:36:20 +0000 |
commit | c3649a2def02c41d837ae1f79dda729ccb91e677 (patch) | |
tree | bea46dff212fdef977fe9094a70a939e8cc21885 /src/include/tcs_aik.h | |
download | trousers-upstream/0.3.9.tar.gz |
Imported Upstream version 0.3.9upstream/0.3.9upstream
Diffstat (limited to 'src/include/tcs_aik.h')
-rw-r--r-- | src/include/tcs_aik.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/tcs_aik.h b/src/include/tcs_aik.h new file mode 100644 index 0000000..af49eae --- /dev/null +++ b/src/include/tcs_aik.h @@ -0,0 +1,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 |