Convert msa to inf for UefiRuntimeLib

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2799 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2007-06-27 08:53:58 +00:00
parent 7f18c1638e
commit 8a017eaf33
3 changed files with 11 additions and 0 deletions

View File

@@ -20,6 +20,11 @@ Abstract:
#ifndef __RUNTIMELIBINTERNAL_H__
#define __RUNTIMELIBINTERNAL_H__
//
// Include common header file for this module.
//
#include "CommonHeader.h"
extern EFI_RUNTIME_SERVICES *mRT;
#endif //__RUNTIMELIBINTERNAL_H__