6 lines
76 B
C
6 lines
76 B
C
#ifndef KERNEL_PANIC_H
|
|
#define KERNEL_PANIC_H
|
|
|
|
void panic(char *s);
|
|
|
|
#endif
|