ReactOS 0.4.17-dev-684-ga6524ef
uacpi_resources Struct Reference

#include <resources.h>

Collaboration diagram for uacpi_resources:

Public Attributes

uacpi_size length
 
uacpi_resourceentries
 

Detailed Description

Definition at line 644 of file resources.h.

Member Data Documentation

◆ entries

uacpi_resource* uacpi_resources::entries

Resources are variable length! See UACPI_NEXT_RESOURCE to see how to retrieve the next resource. You can alternatively use uacpi_for_each_resource instead of iterating manually.

Resources are guaranteed to be naturally aligned and are always terminated by a resource of type UACPI_RESOURCE_TYPE_END_TAG.

Definition at line 659 of file resources.h.

◆ length

uacpi_size uacpi_resources::length

Length of the 'entries' array in BYTES (NOT the count of resources), see comment above 'entries' for more information.

Definition at line 649 of file resources.h.


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