ReactOS 0.4.16-dev-1946-g52006dd
uacpi_buffer Struct Reference

#include <types.h>

Collaboration diagram for uacpi_buffer:

Public Attributes

struct uacpi_shareable shareable
 
union {
   void *   data
 
   uacpi_u8 *   byte_data
 
   uacpi_char *   text
 
}; 
 
uacpi_size size
 

Detailed Description

Definition at line 24 of file types.h.

Member Data Documentation

◆ 

union { ... } uacpi_buffer::@697

◆ byte_data

uacpi_u8* uacpi_buffer::byte_data

Definition at line 28 of file types.h.

◆ data

◆ shareable

struct uacpi_shareable uacpi_buffer::shareable

Definition at line 25 of file types.h.

◆ size

◆ text

uacpi_char* uacpi_buffer::text

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