TianoCore EDK2 master
Loading...
Searching...
No Matches
RngAlgorithm.h
Go to the documentation of this file.
1
8#ifndef RNG_ALGORITHM_GUID_H_
9#define RNG_ALGORITHM_GUID_H_
10
16#define EDKII_RNG_ALGORITHM_UNSAFE \
17 { \
18 0x869f728c, 0x409d, 0x4ab4, {0xac, 0x03, 0x71, 0xd3, 0x09, 0xc1, 0xb3, 0xf4 } \
19 }
20
21extern EFI_GUID gEdkiiRngAlgorithmUnSafe;
22
23#endif // #ifndef RNG_ALGORITHM_GUID_H_
Definition: Base.h:213