mini/panic.h
2008-12-28 14:35:37 +01:00

9 lines
133 B
C

#ifndef __PANIC_H__
#define __PANIC_H__
#define PANIC_MOUNT 1,1,-1
void panic2(int mode, ...) __attribute__ ((noreturn));
#endif