PatchworkOS
Loading...
Searching...
No Matches
debug.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
kernel/acpi/aml/encoding/term.h
>
4
#include <
kernel/acpi/aml/token.h
>
5
25
void
aml_debug_error
(
aml_term_list_ctx_t
* ctx,
const
char
* function,
const
char
* format, ...);
26
30
#define AML_DEBUG_ERROR(ctx, format, ...) aml_debug_error(ctx, __func__, format, ##__VA_ARGS__)
31
aml_debug_error
void aml_debug_error(aml_term_list_ctx_t *ctx, const char *function, const char *format,...)
Log a debug error message with context information.
Definition
debug.c:96
aml_term_list_ctx_t
Context for reading a TermList.
Definition
term.h:37
term.h
token.h
include
kernel
acpi
aml
debug.h
Generated by
1.9.8