OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | APPLE_LOAD_IMAGE_PROTOCOL |
Macros | |
#define | APPLE_LOAD_IMAGE_PROTOCOL_GUID |
Typedefs | |
typedef BOOLEAN(EFIAPI * | APPLE_LOAD_IMAGE_CALLBACK) (VOID) |
typedef EFI_STATUS(EFIAPI * | APPLE_LOAD_IMAGE) (IN BOOLEAN BootPolicy, IN EFI_HANDLE ParentImageHandle, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN VOID *SourceBuffer OPTIONAL, IN UINTN SourceSize, OUT EFI_HANDLE *ImageHandle, IN APPLE_LOAD_IMAGE_CALLBACK Callback OPTIONAL) |
Variables | |
EFI_GUID | gAppleLoadImageProtocolGuid |
Apple LoadImage protocol.
Copyright (C) 2018, savvas. All rights reserved.
Copyright (C) 2018, Download-Fritz. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file AppleLoadImage.h.
#define APPLE_LOAD_IMAGE_PROTOCOL_GUID |
Definition at line 22 of file AppleLoadImage.h.
typedef EFI_STATUS(EFIAPI * APPLE_LOAD_IMAGE) (IN BOOLEAN BootPolicy, IN EFI_HANDLE ParentImageHandle, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN VOID *SourceBuffer OPTIONAL, IN UINTN SourceSize, OUT EFI_HANDLE *ImageHandle, IN APPLE_LOAD_IMAGE_CALLBACK Callback OPTIONAL) |
Definition at line 36 of file AppleLoadImage.h.
typedef BOOLEAN(EFIAPI * APPLE_LOAD_IMAGE_CALLBACK) (VOID) |
Definition at line 30 of file AppleLoadImage.h.
|
extern |