2023-02-03 20:26:02 +00:00
|
|
|
#ifndef SOCKS_PRINTK_H_
|
|
|
|
|
#define SOCKS_PRINTK_H_
|
|
|
|
|
|
2023-02-04 19:03:45 +00:00
|
|
|
#include <socks/console.h>
|
|
|
|
|
|
|
|
|
|
extern void early_printk_init(console_t *con);
|
2023-02-03 20:26:02 +00:00
|
|
|
extern int printk(const char *format, ...);
|
|
|
|
|
|
|
|
|
|
#endif
|