OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | OC_BOOTSTRAP_PROTOCOL_ |
Macros | |
#define | OC_BOOTSTRAP_PROTOCOL_GUID |
#define | OC_BOOTSTRAP_PROTOCOL_REVISION 7 |
Typedefs | |
typedef struct OC_BOOTSTRAP_PROTOCOL_ | OC_BOOTSTRAP_PROTOCOL |
typedef EFI_HANDLE(EFIAPI * | OC_GET_LOAD_HANDLE) (IN OC_BOOTSTRAP_PROTOCOL *This) |
Variables | |
EFI_GUID | gOcBootstrapProtocolGuid |
Copyright (C) 2018, vit9696. All rights reserved.
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 OcBootstrap.h.
#define OC_BOOTSTRAP_PROTOCOL_GUID |
BA1EB455-B182-4F14-8521-E422C325DEF6
Definition at line 25 of file OcBootstrap.h.
#define OC_BOOTSTRAP_PROTOCOL_REVISION 7 |
OC_BOOTSTRAP_PROTOCOL revision
Definition at line 33 of file OcBootstrap.h.
typedef struct OC_BOOTSTRAP_PROTOCOL_ OC_BOOTSTRAP_PROTOCOL |
Forward declaration of OC_BOOTSTRAP_PROTOCOL structure.
Definition at line 38 of file OcBootstrap.h.
typedef EFI_HANDLE(EFIAPI * OC_GET_LOAD_HANDLE) (IN OC_BOOTSTRAP_PROTOCOL *This) |
Obtain OpenCore load handle.
[in] | This | This protocol. |
load | handle on success. |
NULL | on failure. |
Definition at line 49 of file OcBootstrap.h.
|
extern |
Definition at line 185 of file UserGlobalVar.c.