neptune/lib/panic.h

6 lines
76 B
C

#ifndef KERNEL_PANIC_H
#define KERNEL_PANIC_H
void panic(char *s);
#endif