PatchworkOS
Loading...
Searching...
No Matches
store.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
kernel/acpi/aml/object.h
>
4
5
#include <
stdint.h
>
6
32
uint64_t
aml_store
(
aml_state_t
* state,
aml_object_t
* src,
aml_object_t
* dest);
33
aml_store
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
object.h
stdint.h
uint64_t
__UINT64_TYPE__ uint64_t
Definition
stdint.h:17
aml_object_t
ACPI object.
Definition
object.h:425
aml_state_t
AML State.
Definition
state.h:25
include
kernel
acpi
aml
runtime
store.h
Generated by
1.9.8