Update to match changes in the ArmPkg.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11294 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish 2011-02-02 22:37:37 +00:00
parent 1bfda055df
commit 6111eb8555
2 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,6 @@
**/
#include <PiDxe.h>
#include <Library/BdsLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
@ -21,6 +20,7 @@
#include <Library/PerformanceLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/PcdLib.h>
#include <Library/BdsLinuxLib.h>
#include <Protocol/Bds.h>
#include <Protocol/DevicePathToText.h>

View File

@ -19,8 +19,7 @@
.align 3
.globl ASM_PFX(CEntryPoint)
.globl ASM_PFX(_ModuleEntryPoint)
INTERWORK_FUNC(_ModuleEntryPoint)
GCC_ASM_EXPORT(_ModuleEntryPoint)
ASM_PFX(_ModuleEntryPoint):