|
ReactOS 0.4.17-dev-684-ga6524ef
|
#include <resources.h>

Public Attributes | |
| uacpi_size | length |
| uacpi_resource * | entries |
Definition at line 644 of file resources.h.
| 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.
| 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.