OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleFramebufferInfo.h
Go to the documentation of this file.
1
13#ifndef APPLE_FRAMEBUFFER_INFO_H
14#define APPLE_FRAMEBUFFER_INFO_H
15
19#define APPLE_FRAMEBUFFER_INFO_PROTOCOL_GUID \
20 { 0xE316E100, 0x0751, 0x4C49, \
21 { 0x90, 0x56, 0x48, 0x6C, 0x7E, 0x47, 0x29, 0x03 } }
22
24
25typedef
26EFI_STATUS
29 OUT EFI_PHYSICAL_ADDRESS *FramebufferBase,
30 OUT UINT32 *FramebufferSize,
31 OUT UINT32 *ScreenRowBytes,
32 OUT UINT32 *ScreenWidth,
33 OUT UINT32 *ScreenHeight,
34 OUT UINT32 *ScreenDepth
35 );
36
40
42
43#endif // APPLE_FRAMEBUFFER_INFO_H
EFI_GUID gAppleFramebufferInfoProtocolGuid
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)
APPLE_FRAMEBUFFER_INFO_GET_INFO GetInfo