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

ACPI large resource header. More...

#include <resources.h>

Collaboration diagram for acpi_resource_large_t:

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.
 

Detailed Description

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.

Field Documentation

◆ itemName

uint8_t acpi_resource_large_t::itemName

acpi_item_name_large_t

Definition at line 65 of file resources.h.

◆ isLarge

uint8_t acpi_resource_large_t::isLarge

Always 1 for large resource types.

Definition at line 66 of file resources.h.

◆ length

uint16_t acpi_resource_large_t::length

Does not include the header bytes.

Definition at line 67 of file resources.h.


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