index
:
mykernel64
master
SMP x86_64 kernel
Aleksa Vuckovic
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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