TianoCore EDK2 master
Loading...
Searching...
No Matches
RamDiskHii.h
Go to the documentation of this file.
1
9#ifndef __RAM_DISK_HII_GUID_H__
10#define __RAM_DISK_HII_GUID_H__
11
12#define RAM_DISK_FORM_SET_GUID \
13 { \
14 0x2a46715f, 0x3581, 0x4a55, {0x8e, 0x73, 0x2b, 0x76, 0x9a, 0xaa, 0x30, 0xc5} \
15 }
16
17extern EFI_GUID gRamDiskFormSetGuid;
18
19#endif
Definition: Base.h:213