Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
musb_debug.h File Reference

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)
 

Macro Definition Documentation

#define ERR (   fmt,
  args... 
)    yprintk(KERN_ERR, fmt, ## args)

Definition at line 43 of file musb_debug.h.

#define INFO (   fmt,
  args... 
)    yprintk(KERN_INFO, fmt, ## args)

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... 
)
Value:
do { printk(facility "%s %d: " format , \
__func__, __LINE__ , ## args); } while (0)

Definition at line 38 of file musb_debug.h.