Staging: w35und: convert code to use ETH_ALEN
[linux-2.6/mini2440.git] / drivers / staging / winbond / common.h
blob61ccc869a6ed07f88c44385e109048a9bdf3f400
1 //
2 // common.h
3 //
4 // This file contains the OS dependant definition and function.
5 // Every OS has this file individual.
6 //
8 #define DebugUsbdStatusInformation( _A )
10 #ifndef COMMON_DEF
11 #define COMMON_DEF
13 //#define DEBUG_ENABLED 1
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
25 #endif // COMMON_DEF