summaryrefslogtreecommitdiff
path: root/kernel/include/debug.h
blob: 74648b94e57d66efd244f964cef99db38f8aa7e0 (plain)
1
2
3
4
5
6
#ifndef DEBUG_H
#define DEBUG_H

void bochs_breakpoint(void);

#endif