kern

view src/panic.h @ 46:b793b8fcba7d

apparently free_phys_page was never tested. the check for double-freeing a page was inverted.
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 28 Jul 2011 05:33:59 +0300
parents
children
line source
1 #ifndef PANIC_H_
2 #define PANIC_H_
4 void panic(const char *fmt, ...);
6 #endif /* PANIC_H_ */