neptune/kern/libkern/panic.h
2025-09-01 22:22:35 +02:00

6 lines
76 B
C

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