|
PatchworkOS
a7b3d61
A non-POSIX operating system.
|
ACPI small resource header. More...
#include <resources.h>
Data Fields | |
| uint8_t | length: 3 |
| Does not include the header byte. | |
| uint8_t | itemName: 4 |
| acpi_item_name_small_t | |
| uint8_t | isLarge: 1 |
| Always 0 for small resource types. | |
ACPI small resource header.
Note that the isLarge field is in the same position as the isLarge field in the large resource header.
Definition at line 50 of file resources.h.
| uint8_t acpi_resource_small_t::length |
Does not include the header byte.
Definition at line 52 of file resources.h.
| uint8_t acpi_resource_small_t::itemName |
acpi_item_name_small_t
Definition at line 53 of file resources.h.
| uint8_t acpi_resource_small_t::isLarge |
Always 0 for small resource types.
Definition at line 54 of file resources.h.