PatchworkOS
Loading...
Searching...
No Matches
store.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <stdint.h>
6
33
uint64_t aml_store(aml_state_t *state, aml_object_t *src, aml_object_t *dest)
Store the value from the source object into the target object.
Definition store.c:10
__UINT64_TYPE__ uint64_t
Definition stdint.h:17
ACPI object.
Definition object.h:425
AML State.
Definition state.h:25