OpenCore
1.0.4
OpenCore Bootloader
|
#include <OcDeviceTreeLib.h>
Data Fields | |
CHAR8 | Name [DT_PROPERTY_NAME_LENGTH] |
NUL terminated property name. | |
UINT32 | Length |
Length (bytes) of folloing prop value. | |
Definition at line 88 of file OcDeviceTreeLib.h.
UINT32 OpaqueDTProperty_::Length |
Length (bytes) of folloing prop value.
Definition at line 90 of file OcDeviceTreeLib.h.
CHAR8 OpaqueDTProperty_::Name[DT_PROPERTY_NAME_LENGTH] |
NUL terminated property name.
Definition at line 89 of file OcDeviceTreeLib.h.