ReactOS 0.4.16-dev-1946-g52006dd
uacpi_table Struct Reference

#include <tables.h>

Collaboration diagram for uacpi_table:

Public Attributes

union {
   uacpi_virt_addr   virt_addr
 
   void *   ptr
 
   struct acpi_sdt_hdr *   hdr
 
}; 
 
uacpi_size index
 

Detailed Description

Definition at line 23 of file tables.h.

Member Data Documentation

◆ 

union { ... } uacpi_table::@717

◆ hdr

struct acpi_sdt_hdr* uacpi_table::hdr

Definition at line 27 of file tables.h.

Referenced by uacpi_namespace_load(), and uacpi_table_find_next_with_same_signature().

◆ index

◆ ptr

◆ virt_addr

uacpi_virt_addr uacpi_table::virt_addr

Definition at line 25 of file tables.h.


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