PatchworkOS
Loading...
Searching...
No Matches
buffer_field.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <stdint.h>
6
28
42
uint64_t aml_buffer_field_load(aml_buffer_field_obj_t *bufferField, aml_object_t *out)
Read the value stored in a BufferField and store it in the out object.
Definition buffer_field.c:9
uint64_t aml_buffer_field_store(aml_buffer_field_obj_t *bufferField, aml_object_t *in)
Write a value to a BufferField.
__UINT64_TYPE__ uint64_t
Definition stdint.h:17
Data for a buffer field object.
Definition object.h:223
ACPI object.
Definition object.h:425