#ifndef TPRINTF_H #define TPRINTF_H #include "built_in.h" #include "colors.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 */ plication/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2016-04-29 16:47:22 +0200
committerThierry Reding <treding@nvidia.com>2016-04-29 16:47:22 +0200
commit4000b00f3ca0be65ea947610f7eb8a09f6052756 (patch)
treed4b79b1156c97aea990a9a65d4114cf7abe8082c /Makefile
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
parent87d66f280672800c9c2ad1ce3b7a993ce1e04769 (diff)
Merge branch 'for-4.7/phy' into for-4.7/pci
Diffstat (limited to 'Makefile')