#ifndef TPRINTF_H #define TPRINTF_H #include "built_in.h" #include "colors.h" #include "colorize.h" extern void tprintf_init(void); extern void tprintf(char *msg, ...) __check_format_printf(1, 2); extern void tprintf_flush(void); extern void tprintf_cleanup(void); extern void tputchar_safe(int c); extern void tputs_safe(const char *str, size_t len); #define DEFAULT_TTY_SIZE 80 #endif /* TPRINTF_H */ git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-07-15 14:49:51 -0700
committerDavid S. Miller <davem@davemloft.net>2016-07-15 14:49:51 -0700
commitf57ec1889f5e830e93723d1262fd9c73703d531d (patch)
tree350eb82b62a4ca63c17e907e4130c1c3ec5a61f9
parentdd79cf7dd10028d00f99d332d5a0d04734908282 (diff)
parent11719a58bdf7724c463db54ea2abcec54a87b69c (diff)
Merge branch 'mlxsw-fixes'
Jiri Pirko says: ==================== mlxsw: Couple of fixes Couple of fixes for mlxsw driver from Ido. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>