PatchworkOS  a7b3d61
A non-POSIX operating system.
Loading...
Searching...
No Matches
acpi_resource_small_t Struct Reference

ACPI small resource header. More...

#include <resources.h>

Collaboration diagram for acpi_resource_small_t:

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.
 

Detailed Description

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.

Field Documentation

◆ length

uint8_t acpi_resource_small_t::length

Does not include the header byte.

Definition at line 52 of file resources.h.

◆ itemName

uint8_t acpi_resource_small_t::itemName

acpi_item_name_small_t

Definition at line 53 of file resources.h.

◆ isLarge

uint8_t acpi_resource_small_t::isLarge

Always 0 for small resource types.

Definition at line 54 of file resources.h.


The documentation for this struct was generated from the following file: