|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include <modules/acpi/aml/runtime/compare.h>#include <kernel/log/log.h>#include <modules/acpi/aml/to_string.h>Go to the source code of this file.
Functions | |
| static aml_uint_t | aml_compare_integers (aml_uint_t a, aml_uint_t b, aml_compare_operation_t operation) |
| aml_uint_t | aml_compare_not (aml_uint_t value) |
| Perform a logical NOT operation on an integer value. | |
| aml_uint_t | aml_compare (aml_object_t *a, aml_object_t *b, aml_compare_operation_t operation) |
| Compare two ACPI objects. | |
|
inlinestatic |