kernel: implement panic()
This commit is contained in:
8
include/socks/panic.h
Normal file
8
include/socks/panic.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef SOCKS_PANIC_H_
|
||||
#define SOCKS_PANIC_H_
|
||||
|
||||
#include <socks/compiler.h>
|
||||
|
||||
extern void __noreturn panic(const char *fmt, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user