kernel: add stub logging function
This commit is contained in:
6
include/socks/printk.h
Normal file
6
include/socks/printk.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef SOCKS_PRINTK_H_
|
||||
#define SOCKS_PRINTK_H_
|
||||
|
||||
extern int printk(const char *format, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user