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
12
#include <
Library/AndroidBootImgLib.h
>
13
#include <
Library/BaseLib.h
>
14
#include <
Library/DebugLib.h
>
15
#include <
Library/MemoryAllocationLib.h
>
16
17
#define BOOTIMG_KERNEL_ARGS_SIZE 512
18
19
#define ANDROID_FASTBOOT_VERSION "0.4"
20
21
EFI_STATUS
22
BootAndroidBootImg (
23
IN
UINTN
BufferSize,
24
IN
VOID *Buffer
25
);
26
27
EFI_STATUS
28
ParseAndroidBootImg (
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__
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
AndroidBootImgLib.h
BaseLib.h
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
DebugLib.h
MemoryAllocationLib.h
EFI_STATUS
RETURN_STATUS EFI_STATUS
Definition:
UefiBaseType.h:29
EmbeddedPkg
Application
AndroidFastboot
AndroidFastbootApp.h
Generated on Fri Nov 15 2024 18:01:06 for TianoCore EDK2 by
1.9.6