summaryrefslogtreecommitdiff
path: root/stage3/debug.h
blob: 97bce2b8f6a973aeb0d5370d4ea0aab0261b6fb9 (plain)
1
2
3
4
5
6
7
8
9
#ifndef DEBUG_H
#define DEBUG_H

#include "interrupts.h"

void debug_init();
void debug_exception(interrupt_frame *frame);

#endif