]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/staging/winbond/common.h
61ccc869a6ed07f88c44385e109048a9bdf3f400
[linux-2.6-omap-h63xx.git] / drivers / staging / winbond / common.h
1 //
2 // common.h
3 //
4 // This file contains the OS dependant definition and function.
5 // Every OS has this file individual.
6 //
7
8 #define DebugUsbdStatusInformation( _A )
9
10 #ifndef COMMON_DEF
11 #define COMMON_DEF
12
13 //#define DEBUG_ENABLED  1
14
15 //==================================================================================================
16 // Common function definition
17 //==================================================================================================
18 #define DEBUG_ENABLED
19 #ifdef DEBUG_ENABLED
20 #define WBDEBUG( _M )   printk _M
21 #else
22 #define WBDEBUG( _M )   0
23 #endif
24
25 #endif // COMMON_DEF
26