]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/BdsLib/BdsInternal.h
ArmPkg/BdsLib: Move the code specific to the Atag preparation into a separate file
[mirror_edk2.git] / ArmPkg / Library / BdsLib / BdsInternal.h
index 9b73376f96a1d64661daed563edc4bfcc9df0527..1b5094c17b9dcbb3821ae40e4b34bca98858a8b8 100644 (file)
@@ -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