Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | yprintk(facility, format, args...) |
#define | WARNING(fmt, args...) yprintk(KERN_WARNING, fmt, ## args) |
#define | INFO(fmt, args...) yprintk(KERN_INFO, fmt, ## args) |
#define | ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args) |
Definition at line 43 of file musb_debug.h.
Definition at line 42 of file musb_debug.h.
#define WARNING | ( | fmt, | |
args... | |||
) | yprintk(KERN_WARNING, fmt, ## args) |
Definition at line 41 of file musb_debug.h.
#define yprintk | ( | facility, | |
format, | |||
args... | |||
) |
Definition at line 38 of file musb_debug.h.