PatchworkOS
Loading...
Searching...
No Matches
concat.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
kernel/acpi/aml/object.h
>
4
20
uint64_t
aml_concat
(
aml_state_t
* state,
aml_object_t
* source1,
aml_object_t
* source2,
aml_object_t
* result);
21
aml_concat
uint64_t aml_concat(aml_state_t *state, aml_object_t *source1, aml_object_t *source2, aml_object_t *result)
Concatenates two objects according to the rules in section 19.6.12 of the ACPI specification.
Definition
concat.c:283
object.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
concat.h
Generated by
1.9.8