|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include <modules/acpi/aml/debug.h>#include <kernel/log/log.h>#include <kernel/sched/timer.h>#include <modules/acpi/aml/state.h>Go to the source code of this file.
Functions | |
| static void | aml_debug_dump_print_line (const uint8_t *start, uint64_t lineStart, uint64_t lineEnd) |
| static void | aml_debug_dump (const uint8_t *start, const uint8_t *end, const uint8_t *current) |
| void | aml_debug_error (aml_term_list_ctx_t *ctx, const char *function, const char *format,...) |
| Log a debug error message with context information. | |