2007-06-28 00:53:31 +02:00
|
|
|
/** @file
|
|
|
|
RuntimeLib internal include file.
|
2007-06-27 09:22:18 +02:00
|
|
|
|
2008-12-29 15:07:07 +01:00
|
|
|
Copyright (c) 2006 - 2008, Intel Corporation<BR>
|
2007-06-28 00:53:31 +02:00
|
|
|
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
|
2007-06-27 09:22:18 +02:00
|
|
|
|
2007-06-28 00:53:31 +02:00
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
2007-06-27 09:22:18 +02:00
|
|
|
|
2007-06-28 00:53:31 +02:00
|
|
|
**/
|
2007-06-27 09:22:18 +02:00
|
|
|
|
|
|
|
#ifndef __RUNTIMELIBINTERNAL_H__
|
|
|
|
#define __RUNTIMELIBINTERNAL_H__
|
|
|
|
|
2008-08-30 16:09:38 +02:00
|
|
|
#include <Uefi.h>
|
2007-06-30 01:22:13 +02:00
|
|
|
#include <Library/UefiRuntimeLib.h>
|
|
|
|
#include <Library/DebugLib.h>
|
|
|
|
#include <Library/UefiBootServicesTableLib.h>
|
2007-08-08 22:44:44 +02:00
|
|
|
#include <Library/UefiRuntimeServicesTableLib.h>
|
2009-02-03 09:50:03 +01:00
|
|
|
#include <Guid/EventGroup.h>
|
2007-06-27 09:22:18 +02:00
|
|
|
extern EFI_RUNTIME_SERVICES *mRT;
|
|
|
|
|
2007-06-28 00:53:31 +02:00
|
|
|
#endif
|