ipc/include/utils/kpanic.h

5 lines
97 B
C

#ifndef __PANIC_H__
#define kpanic(x) printf("panic: %s\n", x); while(1);
#endif // __PANIC_H__