diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/console/console.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/console/console.h b/src/include/console/console.h index e19abec831..c184f83e20 100644 --- a/src/include/console/console.h +++ b/src/include/console/console.h @@ -75,7 +75,6 @@ static inline void do_putchar(unsigned char byte) {} int do_printk(int msg_level, const char *fmt, ...) __attribute__((format(printf, 2, 3))); void do_putchar(unsigned char byte); -void wrap_putchar(unsigned char byte, void *data); #define printk(LEVEL, fmt, args...) \ do { \ |