OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | EFI_OS_INFO_PROTOCOL |
Macros | |
#define | EFI_OS_INFO_PROTOCOL_REVISION_NAME 0x00000001 |
#define | EFI_OS_INFO_PROTOCOL_REVISION_VENDOR 0x00000002 |
#define | EFI_OS_INFO_PROTOCOL_REVISION_VTD 0x00000003 |
#define | EFI_OS_INFO_PROTOCOL_REVISION 0x00000003 |
#define | EFI_OS_INFO_PROTOCOL_GUID |
#define | EFI_OS_INFO_APPLE_VENDOR_NAME "Apple Inc." |
Typedefs | |
typedef VOID(EFIAPI * | OS_INFO_OS_NAME) (IN CHAR8 *OSName) |
typedef VOID(EFIAPI * | OS_INFO_OS_VENDOR) (IN CHAR8 *OSName) |
typedef VOID(EFIAPI * | OS_INFO_SET_VTD_ENABLED) (IN UINTN *BootVTdEnabled) |
typedef VOID(EFIAPI * | OS_INFO_GET_VTD_ENABLED) (OUT UINTN *BootVTdEnabled) |
Variables | |
EFI_GUID | gEfiOSInfoProtocolGuid |
Copyright (C) 2014 - 2017, 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 OSInfo.h.
#define EFI_OS_INFO_PROTOCOL_GUID |
typedef VOID(EFIAPI * OS_INFO_GET_VTD_ENABLED) (OUT UINTN *BootVTdEnabled) |
typedef VOID(EFIAPI * OS_INFO_SET_VTD_ENABLED) (IN UINTN *BootVTdEnabled) |
|
extern |