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:
mdkinney 2006-05-12 20:55:40 +00:00
parent cd36853858
commit f15e4e27c6
2 changed files with 2 additions and 2 deletions

View File

@ -168,6 +168,6 @@ struct _EFI_ACPI_SUPPORT_PROTOCOL {
//
// Extern the GUID for protocol users.
//
extern EFI_GUID gEfiAcpiSupportGuid;
extern EFI_GUID gEfiAcpiSupportProtocolGuid;
#endif

View File

@ -105,6 +105,6 @@ struct _EFI_BOOT_SCRIPT_SAVE_PROTOCOL {
EFI_BOOT_SCRIPT_CLOSE_TABLE CloseTable;
};
extern EFI_GUID gEfiBootScriptSaveGuid;
extern EFI_GUID gEfiBootScriptSaveProtocolGuid;
#endif