PatchworkOS
Loading...
Searching...
No Matches
copy.h File Reference
#include <kernel/acpi/aml/object.h>
#include <stdint.h>

Go to the source code of this file.

Functions

uint64_t aml_copy_data_and_type (aml_object_t *src, aml_object_t *dest)
 Copies the data and type from the source object to the destination object, completly overwriting it.
 
uint64_t aml_copy_object (aml_state_t *state, aml_object_t *src, aml_object_t *dest)
 Copies the data from the source object to the destination object.