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

Go to the source code of this file.

Data Structures

struct  APPLE_FRAMEBUFFER_INFO_PROTOCOL_
 

Macros

#define APPLE_FRAMEBUFFER_INFO_PROTOCOL_GUID
 

Typedefs

typedef struct APPLE_FRAMEBUFFER_INFO_PROTOCOL_ APPLE_FRAMEBUFFER_INFO_PROTOCOL
 
typedef EFI_STATUS(EFIAPI * APPLE_FRAMEBUFFER_INFO_GET_INFO) (IN APPLE_FRAMEBUFFER_INFO_PROTOCOL *This, OUT EFI_PHYSICAL_ADDRESS *FramebufferBase, OUT UINT32 *FramebufferSize, OUT UINT32 *ScreenRowBytes, OUT UINT32 *ScreenWidth, OUT UINT32 *ScreenHeight, OUT UINT32 *ScreenDepth)
 

Variables

EFI_GUID gAppleFramebufferInfoProtocolGuid
 

Detailed Description

Copyright (C) 2020, vit9696. 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 AppleFramebufferInfo.h.

Macro Definition Documentation

◆ APPLE_FRAMEBUFFER_INFO_PROTOCOL_GUID

#define APPLE_FRAMEBUFFER_INFO_PROTOCOL_GUID
Value:
{ 0xE316E100, 0x0751, 0x4C49, \
{ 0x90, 0x56, 0x48, 0x6C, 0x7E, 0x47, 0x29, 0x03 } }

The GUID of the APPLE_FRAMEBUFFER_INFO_PROTOCOL.

Definition at line 19 of file AppleFramebufferInfo.h.

Typedef Documentation

◆ APPLE_FRAMEBUFFER_INFO_GET_INFO

typedef EFI_STATUS(EFIAPI * APPLE_FRAMEBUFFER_INFO_GET_INFO) (IN APPLE_FRAMEBUFFER_INFO_PROTOCOL *This, OUT EFI_PHYSICAL_ADDRESS *FramebufferBase, OUT UINT32 *FramebufferSize, OUT UINT32 *ScreenRowBytes, OUT UINT32 *ScreenWidth, OUT UINT32 *ScreenHeight, OUT UINT32 *ScreenDepth)

Definition at line 26 of file AppleFramebufferInfo.h.

◆ APPLE_FRAMEBUFFER_INFO_PROTOCOL

Variable Documentation

◆ gAppleFramebufferInfoProtocolGuid

EFI_GUID gAppleFramebufferInfoProtocolGuid
extern