interrupts, timer, keyboard, segments, lots of kernel code
[bootcensus] / src / panic.h
1 #ifndef PANIC_H_
2 #define PANIC_H_
3
4 void panic(const char *fmt, ...);
5
6 #endif  /* PANIC_H_ */