TianoCore EDK2 master
Loading...
Searching...
No Matches
HiiFormMapMethodGuid.h
Go to the documentation of this file.
1
11#ifndef __EFI_HII_FORMMAP_GUID_H__
12#define __EFI_HII_FORMMAP_GUID_H__
13
14#define EFI_HII_STANDARD_FORM_GUID \
15 { 0x3bd2f4ec, 0xe524, 0x46e4, { 0xa9, 0xd8, 0x51, 0x1, 0x17, 0x42, 0x55, 0x62 } }
16
17extern EFI_GUID gEfiHiiStandardFormGuid;
18
19#endif
Definition: Base.h:213