summaryrefslogtreecommitdiff
path: root/tprintf.h
blob: b2ca69ea6c327db8b2928174555e3d9186f4fc5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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 */
>Kalle Valo <kvalo@codeaurora.org>2016-11-19 09:18:52 +0200 commit97489c284d9fba528a7e0a19ed11d3d3c0e88e83 (patch) treeabd03c21c54ac982dbdffbc3bba6f1ab57ce0778 parente98fb11ffa0ab8fd3e99a0d8ff7c2bbb7418a834 (diff)
mwifiex: pcie: stop checking for NULL adapter->card
It should never be NULL here, and to think otherwise makes things confusing. Signed-off-by: Brian Norris <briannorris@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat