Move NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI Library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6898 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2008-12-07 22:49:44 +00:00
parent 1579391172
commit 857c841016
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/ReportStatusCodeLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiLib.h>
#include <Library/CacheMaintenanceLib.h>
#include <Library/PeCoffLib.h>
#include <Library/PcdLib.h>

View File

@ -43,6 +43,7 @@
PeCoffLib
CacheMaintenanceLib
UefiBootServicesTableLib
UefiLib
UefiRuntimeServicesTableLib
ReportStatusCodeLib
DebugLib