OpenCore
1.0.4
OpenCore Bootloader
|
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 |
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.
#define APPLE_FRAMEBUFFER_INFO_PROTOCOL_GUID |
The GUID of the APPLE_FRAMEBUFFER_INFO_PROTOCOL.
Definition at line 19 of file AppleFramebufferInfo.h.
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.
typedef struct APPLE_FRAMEBUFFER_INFO_PROTOCOL_ APPLE_FRAMEBUFFER_INFO_PROTOCOL |
Definition at line 23 of file AppleFramebufferInfo.h.
|
extern |