]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h
Change EfiConvertPointer() and EfiSetVirtualAddressMap() to use gRT instead of mRT...
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeLib / RuntimeLibInternal.h
CommitLineData
842f5579
A
1/** @file\r
2 RuntimeLib internal include file.\r
ebcc8fb7 3\r
842f5579
A
4 Copyright (c) 2006, Intel Corporation<BR>\r
5 All rights reserved. This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
ebcc8fb7 9\r
842f5579
A
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
ebcc8fb7 12\r
842f5579 13**/\r
ebcc8fb7 14\r
15#ifndef __RUNTIMELIBINTERNAL_H__\r
16#define __RUNTIMELIBINTERNAL_H__\r
17\r
f734a10a
A
18#include <PiDxe.h>\r
19#include <Library/UefiRuntimeLib.h>\r
20#include <Library/DebugLib.h>\r
21#include <Library/UefiBootServicesTableLib.h>\r
ad9e507a 22#include <Library/UefiRuntimeServicesTableLib.h>\r
8a017eaf 23\r
ebcc8fb7 24extern EFI_RUNTIME_SERVICES *mRT;\r
25\r
842f5579 26#endif \r