TianoCore EDK2 master
Loading...
Searching...
No Matches
AndroidFastbootApp.h
Go to the documentation of this file.
1
9#ifndef __ANDROID_FASTBOOT_APP_H__
10#define __ANDROID_FASTBOOT_APP_H__
11
13#include <Library/BaseLib.h>
14#include <Library/DebugLib.h>
16
17#define BOOTIMG_KERNEL_ARGS_SIZE 512
18
19#define ANDROID_FASTBOOT_VERSION "0.4"
20
22BootAndroidBootImg (
23 IN UINTN BufferSize,
24 IN VOID *Buffer
25 );
26
28ParseAndroidBootImg (
29 IN VOID *BootImg,
30 OUT VOID **Kernel,
31 OUT UINTN *KernelSize,
32 OUT VOID **Ramdisk,
33 OUT UINTN *RamdiskSize,
34 OUT CHAR8 *KernelArgs
35 );
36
37#endif //ifdef __ANDROID_FASTBOOT_APP_H__
UINT64 UINTN
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29