started working on interrupts
[psx_test1] / src / debug.h
1 #ifndef DEBUG_H_
2 #define DEBUG_H_
3
4 void panic(const char *fmt, ...);
5
6 #endif  /* DEBUG_H_ */