kernel: implement panic()
This commit is contained in:
9
arch/x86_64/include/socks/machine/panic.h
Normal file
9
arch/x86_64/include/socks/machine/panic.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user