Fix the DEVICE_PATH_MESSAGING_SAS GUID definition according to UEFI 2.1 spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2557 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24 2007-04-11 05:57:37 +00:00
parent 735561c27f
commit 418c6e0918
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#define EFI_SAS_DEVICE_PATH_GUID \ #define EFI_SAS_DEVICE_PATH_GUID \
{ \ { \
0xb4dd87d4, 0x8b00, 0xd911, {0xaf, 0xdc, 0x00, 0x10, 0x83, 0xff, 0xca, 0x4d } \ 0xd487ddb4, 0x008b, 0x11d9, {0xaf, 0xdc, 0x00, 0x10, 0x83, 0xff, 0xca, 0x4d } \
} }
extern EFI_GUID gEfiPcAnsiGuid; extern EFI_GUID gEfiPcAnsiGuid;