From f15e4e27c627d9d91b6071246af6e96317cfb9c6 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Fri, 12 May 2006 20:55:40 +0000 Subject: [PATCH] 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 --- MdePkg/Include/Protocol/AcpiSupport.h | 2 +- MdePkg/Include/Protocol/BootScriptSave.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2