From 241857a79e1a42e23ec29389862f39c92a5dc93e Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Wed, 27 Dec 2023 00:28:56 +0100 Subject: move debugger to separate file --- stage3/debug.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 stage3/debug.h (limited to 'stage3/debug.h') diff --git a/stage3/debug.h b/stage3/debug.h new file mode 100644 index 0000000..97bce2b --- /dev/null +++ b/stage3/debug.h @@ -0,0 +1,9 @@ +#ifndef DEBUG_H +#define DEBUG_H + +#include "interrupts.h" + +void debug_init(); +void debug_exception(interrupt_frame *frame); + +#endif -- cgit v1.2.3