OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
VgaMiniPort.h
Go to the documentation of this file.
1
15#ifndef __VGA_MINI_PORT_H_
16#define __VGA_MINI_PORT_H_
17
21#define EFI_VGA_MINI_PORT_PROTOCOL_GUID \
22 { \
23 0xc7735a2f, 0x88f5, 0x4882, {0xae, 0x63, 0xfa, 0xac, 0x8c, 0x8b, 0x86, 0xb3 } \
24 }
25
30
50typedef
51EFI_STATUS
54 IN UINTN ModeNumber
55 );
56
91
92extern EFI_GUID gEfiVgaMiniPortProtocolGuid;
93
94#endif
EFI_STATUS(EFIAPI * EFI_VGA_MINI_PORT_SET_MODE)(IN EFI_VGA_MINI_PORT_PROTOCOL *This, IN UINTN ModeNumber)
Definition VgaMiniPort.h:52
EFI_GUID gEfiVgaMiniPortProtocolGuid
EFI_VGA_MINI_PORT_SET_MODE SetMode
Definition VgaMiniPort.h:58