#ifndef SOCKS_PRINTK_H_ #define SOCKS_PRINTK_H_ #include #ifdef __cplusplus extern "C" { #endif extern void early_printk_init(struct console *con); extern int printk(const char *format, ...); #ifdef __cplusplus } #endif #endif