Index: tpm/tpm_data.h |
diff --git a/tpm/tpm_data.h b/tpm/tpm_data.h |
index 8a3e51e54afd0f584c8d42bfbc557e54ff05f216..ad5008080b6b4490da7ee918610df737b22c0998 100644 |
--- a/tpm/tpm_data.h |
+++ b/tpm/tpm_data.h |
@@ -1,6 +1,5 @@ |
-/* Software-Based Trusted Platform Module (TPM) Emulator for Linux |
- * Copyright (C) 2004 Mario Strasser <mast@gmx.net>, |
- * Swiss Federal Institute of Technology (ETH) Zurich |
+/* Software-based Trusted Platform Module (TPM) Emulator |
+ * Copyright (C) 2004-2010 Mario Strasser <mast@gmx.net> |
* |
* This module is free software; you can redistribute it and/or modify |
* it under the terms of the GNU General Public License as published |
@@ -12,7 +11,7 @@ |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
* GNU General Public License for more details. |
* |
- * $Id$ |
+ * $Id: tpm_data.h 368 2010-02-15 09:26:37Z mast $ |
*/ |
#ifndef _TPM_DATA_H_ |
@@ -21,6 +20,7 @@ |
#include "tpm_structures.h" |
extern TPM_DATA tpmData; |
+extern UINT32 tpmConf; |
BOOL tpm_get_physical_presence(void); |