From ebcc8fb7ba239020d307ce113fb30ae120b6fcaf Mon Sep 17 00:00:00 2001 From: yshang1 Date: Wed, 27 Jun 2007 07:22:18 +0000 Subject: Import the UefiRuntimeLib in MdePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2787 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h (limited to 'MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h') diff --git a/MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h b/MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h new file mode 100644 index 0000000000..223ad40f9d --- /dev/null +++ b/MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h @@ -0,0 +1,25 @@ +/*++ + +Copyright (c) 2006, 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 +http://opensource.org/licenses/bsd-license.php + +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: + + RuntimeLibInternal.h + +Abstract: + +--*/ + +#ifndef __RUNTIMELIBINTERNAL_H__ +#define __RUNTIMELIBINTERNAL_H__ + +extern EFI_RUNTIME_SERVICES *mRT; + +#endif //__RUNTIMELIBINTERNAL_H__ -- cgit v1.2.3