Change DxeRuntimeDriverLib name to UefiRuntimeLib.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1060 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
yshang1
2006-07-21 03:41:56 +00:00
parent 549af2d6a9
commit f14bb97fa1
2 changed files with 7 additions and 7 deletions

View File

@@ -10,12 +10,12 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name: DxeRuntimeDriverLib.h
Module Name: UefiRuntimeLib.h
**/
#ifndef __DXE_RUNTIME_DRIVER_LIB__
#define __DXE_RUNTIME_DRIVER_LIB__
#ifndef __UEFI_RUNTIME_LIB__
#define __UEFI_RUNTIME_LIB__
extern const EFI_EVENT_NOTIFY _gDriverExitBootServicesEvent[];