aboutsummaryrefslogtreecommitdiff
path: root/PlatformData.c
blob: 6c654f24543b4100389135332946796eb5c4fe7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// This file was extracted from the TCG Published
// Trusted Platform Module Library
// Part 4: Supporting Routines
// Family "2.0"
// Level 00 Revision 01.16
// October 30, 2014

#include        "Implementation.h"
#include        "Platform.h"
#include        "PlatformData.h"
//
//     From Cancel.c
//
BOOL                      s_isCanceled;
//
//     From Clock.c
//
unsigned long long        s_initClock;
unsigned int              s_adjustRate;
//
//     From LocalityPlat.c
//
unsigned char             s_locality;
//
//     From Power.c
//
BOOL                      s_powerLost;
//
//     From Entropy.c
//
uint32_t                  lastEntropy;
int                       firstValue;
//
//     From PPPlat.c
//
BOOL   s_physicalPresence;