kern

view src/panic.h @ 74:d3601789d638

fixed cleanup_vm to avoid cleaning up kernel pages
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 15 Oct 2011 08:06:58 +0300
parents
children
line source
1 #ifndef PANIC_H_
2 #define PANIC_H_
4 void panic(const char *fmt, ...);
6 #endif /* PANIC_H_ */