cleanup
[rpikern] / src / panic.h
1 #ifndef PANIC_H_
2 #define PANIC_H_
3
4 void panic(const char *fmt, ...) __attribute__((noreturn));
5
6 #endif  /* PANIC_H_ */