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 */
'>
authorDan Carpenter <dan.carpenter@oracle.com>2013-04-30 10:43:44 +0300
committerMatt Fleming <matt.fleming@intel.com>2013-04-30 16:03:18 +0100
commit7b2dd6d2c4db3912771bfcfd7ac7264011a3c831 (patch)
treee61eb7b1b702d53ab122318eacdc89274e0fa9ba /net/ipv6/proc.c
parent85c90716aae49f05a67c757df7b8c413256103f2 (diff)
efi: remove "kfree(NULL)"
No need to free a NULL pointer. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'net/ipv6/proc.c')