VirtualBox

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

最後變更 在這個檔案從89977是 85718,由 vboxsync 提交於 5 年 前

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 735 位元組
 
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__
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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