1b29a63232f9b91e1ded6168b78d8a73722e524a
[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_ */