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:
@@ -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[];
|
Reference in New Issue
Block a user