]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h
Updated headers to follow coding standard
[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
8a017eaf 18//\r
19// Include common header file for this module.\r
20//\r
21#include "CommonHeader.h"\r
22\r
ebcc8fb7 23extern EFI_RUNTIME_SERVICES *mRT;\r
24\r
842f5579 25#endif \r