|
PatchworkOS
a7b3d61
A non-POSIX operating system.
|
ACPI large resource header. More...
#include <resources.h>
Data Fields | |
| uint8_t | itemName: 7 |
| acpi_item_name_large_t | |
| uint8_t | isLarge: 1 |
| Always 1 for large resource types. | |
| uint16_t | length |
| Does not include the header bytes. | |
ACPI large resource header.
Note that the isLarge field is in the same position as the isLarge field in the small resource header.
Definition at line 63 of file resources.h.
| uint8_t acpi_resource_large_t::itemName |
acpi_item_name_large_t
Definition at line 65 of file resources.h.
| uint8_t acpi_resource_large_t::isLarge |
Always 1 for large resource types.
Definition at line 66 of file resources.h.
| uint16_t acpi_resource_large_t::length |
Does not include the header bytes.
Definition at line 67 of file resources.h.