X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FCore%2FDxe%2FDxeMain.h;h=b4cd76a2a1b25805b407148bfb5c415c605c76c4;hp=d655cd338183bee7c8592e4f595128be2ccae7a4;hb=abb234751e4fbe58afc5e7c7e203db2a93aac0f8;hpb=18fda0cec0c1bc6b95e15c34dc355457d9a4437a;ds=sidebyside diff --git a/EdkModulePkg/Core/Dxe/DxeMain.h b/EdkModulePkg/Core/Dxe/DxeMain.h index d655cd3381..b4cd76a2a1 100644 --- a/EdkModulePkg/Core/Dxe/DxeMain.h +++ b/EdkModulePkg/Core/Dxe/DxeMain.h @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2006, Intel Corporation +Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -116,10 +116,10 @@ typedef struct { // // DXE Core Global Variables // -extern EFI_SYSTEM_TABLE *gST; -extern EFI_BOOT_SERVICES *gBS; -extern EFI_RUNTIME_SERVICES *gRT; -extern EFI_DXE_SERVICES *gDS; +extern EFI_SYSTEM_TABLE *gDxeCoreST; +extern EFI_BOOT_SERVICES *gDxeCoreBS; +extern EFI_RUNTIME_SERVICES *gDxeCoreRT; +extern EFI_DXE_SERVICES *gDxeCoreDS; extern EFI_HANDLE gDxeCoreImageHandle; extern EFI_DECOMPRESS_PROTOCOL gEfiDecompress;