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

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.