|
PatchworkOS
|
#include <kernel/acpi/aml/runtime/compare.h>#include <kernel/acpi/aml/to_string.h>#include <kernel/log/log.h>Go to the source code of this file.
Functions | |
| static aml_integer_t | aml_compare_integers (aml_integer_t a, aml_integer_t b, aml_compare_operation_t operation) |
| aml_integer_t | aml_compare_not (aml_integer_t value) |
| Perform a logical NOT operation on an integer value. | |
| aml_integer_t | aml_compare (aml_object_t *a, aml_object_t *b, aml_compare_operation_t operation) |
| Compare two ACPI objects. | |
|
inlinestatic |
Definition at line 6 of file compare.c.
References AML_COMPARE_AND, AML_COMPARE_EQUAL, AML_COMPARE_GREATER, AML_COMPARE_LESS, AML_COMPARE_OR, AML_FALSE, and AML_TRUE.
Referenced by aml_compare().