TianoCore EDK2 master
Loading...
Searching...
No Matches
IScsiConfigHii.h
Go to the documentation of this file.
1
10#ifndef __ISCSI_CONFIG_HII_GUID_H__
11#define __ISCSI_CONFIG_HII_GUID_H__
12
13#define ISCSI_CONFIG_GUID \
14 { \
15 0x4b47d616, 0xa8d6, 0x4552, { 0x9d, 0x44, 0xcc, 0xad, 0x2e, 0xf, 0x4c, 0xf9 } \
16 }
17
18extern EFI_GUID gIScsiConfigGuid;
19
20#endif
Definition: Base.h:213