kern

view src/panic.h @ 89:2f555c81ae67

starting the filesystem
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 08 Dec 2011 18:19:35 +0200
parents
children
line source
1 #ifndef PANIC_H_
2 #define PANIC_H_
4 void panic(const char *fmt, ...);
6 #endif /* PANIC_H_ */