summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/BdsLib/BdsInternal.h
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-09-22 22:55:54 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-09-22 22:55:54 +0000
commitd9325c8e4f858abe7b888b21df4bd0a34864492f (patch)
tree57885c1e08c9e65b3f4f2b39231c5e157ed6e55b /ArmPkg/Library/BdsLib/BdsInternal.h
parent76d17c315645552a99691ed0b2024f52b22aa8c9 (diff)
downloadedk2-platforms-d9325c8e4f858abe7b888b21df4bd0a34864492f.tar.xz
ArmPkg/BdsLib: Move the code specific to the Atag preparation into a separate file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12409 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/BdsLib/BdsInternal.h')
-rw-r--r--ArmPkg/Library/BdsLib/BdsInternal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ArmPkg/Library/BdsLib/BdsInternal.h b/ArmPkg/Library/BdsLib/BdsInternal.h
index 9b73376f96..1b5094c17b 100644
--- a/ArmPkg/Library/BdsLib/BdsInternal.h
+++ b/ArmPkg/Library/BdsLib/BdsInternal.h
@@ -94,4 +94,13 @@ BdsLoadImage (
OUT UINTN *FileSize
);
+EFI_STATUS
+PrepareAtagList (
+ IN CONST CHAR8* CommandLineString,
+ IN EFI_PHYSICAL_ADDRESS InitrdImage,
+ IN UINTN InitrdImageSize,
+ OUT LINUX_ATAG **AtagBase,
+ OUT UINT32 *AtagSize
+ );
+
#endif