OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
OcAfterBootCompatLib.h File Reference

Go to the source code of this file.

Data Structures

struct  OC_BOOTER_PATCH_
 
struct  OC_ABC_SETTINGS_
 

Typedefs

typedef struct OC_BOOTER_PATCH_ OC_BOOTER_PATCH
 
typedef struct OC_ABC_SETTINGS_ OC_ABC_SETTINGS
 

Functions

EFI_STATUS OcAbcInitialize (IN OC_ABC_SETTINGS *Settings, IN OC_CPU_INFO *CpuInfo)
 

Detailed Description

Copyright (C) 2019, 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 OcAfterBootCompatLib.h.

Typedef Documentation

◆ OC_ABC_SETTINGS

Apple Boot Compatibility layer configuration.

◆ OC_BOOTER_PATCH

Booter patch structure.

Function Documentation

◆ OcAbcInitialize()

EFI_STATUS OcAbcInitialize ( IN OC_ABC_SETTINGS * Settings,
IN OC_CPU_INFO * CpuInfo )

Initialize Apple Boot Compatibility layer. This layer is needed on partially incompatible firmware to prevent boot failure and UEFI services breakage.

Parameters
[in]SettingsCompatibility layer configuration.
[in]CpuInfoCPU information.
Return values
EFI_SUCCESSon success.

Definition at line 98 of file OcAfterBootCompatLib.c.