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

Go to the source code of this file.

Macros

#define DEBUG
 
#define assert(expr)
 

Macro Definition Documentation

#define assert (   expr)
Value:
if(unlikely(!(expr))) { \
printk(KERN_ERR "Assertion failed! %s,%s,%s,line=%d\n", \
#expr, __FILE__, __func__, __LINE__); \
}

Definition at line 30 of file w1_log.h.

#define DEBUG

Definition at line 25 of file w1_log.h.