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

#include <stdint.h>

void bochs_breakpoint(void);

#endif