mirror of https://github.com/acidanthera/audk.git
fixed the wrong format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9420 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
96bf829615
commit
3393e2915a
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#define EFI_IPSEC_CONFIG_PROTOCOL_GUID \
|
#define EFI_IPSEC_CONFIG_PROTOCOL_GUID \
|
||||||
{ \
|
{ \
|
||||||
0xce5e5929, 0xc7a3, 0x4602, 0xad, {0x9e, 0xc9, 0xda, 0xf9, 0x4e, 0xbf, 0xcf } \
|
0xce5e5929, 0xc7a3, 0x4602, {0xad, 0x9e, 0xc9, 0xda, 0xf9, 0x4e, 0xbf, 0xcf } \
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct _EFI_IPSEC_CONFIG_PROTOCOL EFI_IPSEC_CONFIG_PROTOCOL;
|
typedef struct _EFI_IPSEC_CONFIG_PROTOCOL EFI_IPSEC_CONFIG_PROTOCOL;
|
||||||
|
|
Loading…
Reference in New Issue