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

Generic ACPI resource descriptor. More...

#include <resources.h>

Collaboration diagram for acpi_resource_t:

Data Fields

uint8_t reserved: 7
 
uint8_t isLarge: 1
 Same position in both small and large resource headers.
 

Detailed Description

Generic ACPI resource descriptor.

Used as a intermediate structure to determine if a resource descriptor is small or large.

Definition at line 209 of file resources.h.

Field Documentation

◆ reserved

uint8_t acpi_resource_t::reserved

Definition at line 211 of file resources.h.

◆ isLarge

uint8_t acpi_resource_t::isLarge

Same position in both small and large resource headers.

Definition at line 212 of file resources.h.


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