Files
mango/arch/x86_64/include/socks/machine/panic.h
2023-04-09 16:35:15 +01:00

10 lines
206 B
C

#ifndef SOCKS_X86_64_PANIC_H_
#define SOCKS_X86_64_PANIC_H_
struct cpu_context;
extern void ml_print_cpu_state(struct cpu_context *ctx);
extern void ml_print_stack_trace(struct cpu_context *ctx);
#endif