Make variable names for protocol GUIDs consistent
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@142 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cd36853858
commit
f15e4e27c6
@ -168,6 +168,6 @@ struct _EFI_ACPI_SUPPORT_PROTOCOL {
|
|||||||
//
|
//
|
||||||
// Extern the GUID for protocol users.
|
// Extern the GUID for protocol users.
|
||||||
//
|
//
|
||||||
extern EFI_GUID gEfiAcpiSupportGuid;
|
extern EFI_GUID gEfiAcpiSupportProtocolGuid;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -105,6 +105,6 @@ struct _EFI_BOOT_SCRIPT_SAVE_PROTOCOL {
|
|||||||
EFI_BOOT_SCRIPT_CLOSE_TABLE CloseTable;
|
EFI_BOOT_SCRIPT_CLOSE_TABLE CloseTable;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern EFI_GUID gEfiBootScriptSaveGuid;
|
extern EFI_GUID gEfiBootScriptSaveProtocolGuid;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user