OpenCore
1.0.4
OpenCore Bootloader
|
#include <AppleBootArgs.h>
Data Fields | |
UINT32 | v_baseAddr |
UINT32 | v_display |
UINT32 | v_rowBytes |
UINT32 | v_width |
UINT32 | v_height |
UINT32 | v_depth |
Keep in sync with XNU pexpert/pexpert/i386/boot.h. Last sync time: 4903.221.2.
Definition at line 25 of file AppleBootArgs.h.
UINT32 Boot_VideoV1::v_baseAddr |
Definition at line 26 of file AppleBootArgs.h.
UINT32 Boot_VideoV1::v_depth |
Definition at line 31 of file AppleBootArgs.h.
UINT32 Boot_VideoV1::v_display |
Definition at line 27 of file AppleBootArgs.h.
UINT32 Boot_VideoV1::v_height |
Definition at line 30 of file AppleBootArgs.h.
UINT32 Boot_VideoV1::v_rowBytes |
Definition at line 28 of file AppleBootArgs.h.
UINT32 Boot_VideoV1::v_width |
Definition at line 29 of file AppleBootArgs.h.