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

Go to the source code of this file.

Data Structures

struct  APPLE_EFI_BOOT_RT_KCG_ARGS
 
struct  APPLE_EFI_BOOT_RT_INFO
 

Macros

#define APPLE_EFI_BOOT_RT_STATE_NONE   SIGNATURE_32 ('b', 'r', '\0', '\0')
 
#define APPLE_EFI_BOOT_RT_STATE_LAUNCHED   SIGNATURE_32 ('b', 'r', 'H', 'i')
 

Typedefs

typedef EFI_STATUS(EFIAPI * APPLE_EFI_BOOT_RT_KCG) (IN EFI_SYSTEM_TABLE *SystemTable, IN CONST APPLE_EFI_BOOT_RT_KCG_ARGS *KcgArguments)
 

Detailed Description

Copyright (C) 2022, Marvin Häuser. 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 AppleEfiBootRtInfo.h.

Macro Definition Documentation

◆ APPLE_EFI_BOOT_RT_STATE_LAUNCHED

#define APPLE_EFI_BOOT_RT_STATE_LAUNCHED   SIGNATURE_32 ('b', 'r', 'H', 'i')

The state value for when EfiBootRt has been launched.

Definition at line 24 of file AppleEfiBootRtInfo.h.

◆ APPLE_EFI_BOOT_RT_STATE_NONE

#define APPLE_EFI_BOOT_RT_STATE_NONE   SIGNATURE_32 ('b', 'r', '\0', '\0')

The state value for when EfiBootRt has not been launched.

Definition at line 19 of file AppleEfiBootRtInfo.h.

Typedef Documentation

◆ APPLE_EFI_BOOT_RT_KCG

typedef EFI_STATUS(EFIAPI * APPLE_EFI_BOOT_RT_KCG) (IN EFI_SYSTEM_TABLE *SystemTable, IN CONST APPLE_EFI_BOOT_RT_KCG_ARGS *KcgArguments)

Definition at line 50 of file AppleEfiBootRtInfo.h.