Vadim Bendebury | 5679752 | 2015-05-20 10:32:25 -0700 | [diff] [blame] | 1 | // This file was extracted from the TCG Published |
| 2 | // Trusted Platform Module Library |
| 3 | // Part 4: Supporting Routines |
| 4 | // Family "2.0" |
| 5 | // Level 00 Revision 01.16 |
| 6 | // October 30, 2014 |
| 7 | |
| 8 | #include "Implementation.h" |
| 9 | #include "Platform.h" |
| 10 | #include "PlatformData.h" |
| 11 | // |
| 12 | // From Cancel.c |
| 13 | // |
| 14 | BOOL s_isCanceled; |
| 15 | // |
| 16 | // From Clock.c |
| 17 | // |
| 18 | unsigned long long s_initClock; |
| 19 | unsigned int s_adjustRate; |
| 20 | // |
| 21 | // From LocalityPlat.c |
| 22 | // |
| 23 | unsigned char s_locality; |
| 24 | // |
| 25 | // From Power.c |
| 26 | // |
| 27 | BOOL s_powerLost; |
| 28 | // |
| 29 | // From Entropy.c |
| 30 | // |
| 31 | uint32_t lastEntropy; |
| 32 | int firstValue; |
| 33 | // |
Vadim Bendebury | 5679752 | 2015-05-20 10:32:25 -0700 | [diff] [blame] | 34 | // From PPPlat.c |
| 35 | // |
| 36 | BOOL s_physicalPresence; |