Skip to content

Commit a5c78e1

Browse files
author
Andrey Marochko
committed
Added _plat__GetEPS prototype to platform_fp.h
1 parent 199fdb2 commit a5c78e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

TPMCmd/Platform/include/prototypes/Platform_fp.h

+8
Original file line numberDiff line numberDiff line change
@@ -456,4 +456,12 @@ _plat__GetUnique(
456456
unsigned char *b // output buffer
457457
);
458458

459+
//** From EPS.c
460+
461+
#if (defined USE_PLATFORM_EPS) && (USE_PLATFORM_EPS != NO)
462+
//** _plat__GetEPS()
463+
// This function is used to access the platform provided EPS value.
464+
void _plat__GetEPS(UINT16, BYTE*);
465+
#endif
466+
459467
#endif // _PLATFORM_FP_H_

0 commit comments

Comments
 (0)