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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user