PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
buffer_field.h File Reference
#include <modules/acpi/aml/object.h>
#include <stdint.h>
Include dependency graph for buffer_field.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint64_t aml_buffer_field_load (aml_buffer_field_t *bufferField, aml_object_t *out)
 Read the value stored in a BufferField and store it in the out object.
 
uint64_t aml_buffer_field_store (aml_buffer_field_t *bufferField, aml_object_t *in)
 Write a value to a BufferField.