TianoCore EDK2 master
Loading...
Searching...
No Matches
Rng.h
Go to the documentation of this file.
1
11#ifndef EFI_RNG_PROTOCOL_H_
12#define EFI_RNG_PROTOCOL_H_
13
14#include <Guid/Rng.h>
15
19#define EFI_RNG_PROTOCOL_GUID \
20 { \
21 0x3152bca5, 0xeade, 0x433d, {0x86, 0x2e, 0xc0, 0x1c, 0xdc, 0x29, 0x1f, 0x44 } \
22 }
23
25
26extern EFI_GUID gEfiRngProtocolGuid;
27
28#endif
Definition: Base.h:213