VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.h

Last change on this file was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 730 bytes
Line 
1/** @file
2
3 Copyright (c) 2013-2014, ARM Ltd. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
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
21EFI_STATUS
22BootAndroidBootImg (
23 IN UINTN BufferSize,
24 IN VOID *Buffer
25 );
26
27EFI_STATUS
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__
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette