From: mdkinney Date: Fri, 12 May 2006 20:55:40 +0000 (+0000) Subject: Make variable names for protocol GUIDs consistent X-Git-Tag: edk2-stable201903~25520 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f15e4e27c627d9d91b6071246af6e96317cfb9c6;ds=sidebyside 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 --- diff --git a/MdePkg/Include/Protocol/AcpiSupport.h b/MdePkg/Include/Protocol/AcpiSupport.h index 8602b67f85..790cdf2b3e 100644 --- a/MdePkg/Include/Protocol/AcpiSupport.h +++ b/MdePkg/Include/Protocol/AcpiSupport.h @@ -168,6 +168,6 @@ struct _EFI_ACPI_SUPPORT_PROTOCOL { // // Extern the GUID for protocol users. // -extern EFI_GUID gEfiAcpiSupportGuid; +extern EFI_GUID gEfiAcpiSupportProtocolGuid; #endif diff --git a/MdePkg/Include/Protocol/BootScriptSave.h b/MdePkg/Include/Protocol/BootScriptSave.h index 496f79f012..4dff3a9b0a 100644 --- a/MdePkg/Include/Protocol/BootScriptSave.h +++ b/MdePkg/Include/Protocol/BootScriptSave.h @@ -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