master/globals.h
changeset 2037 ea0319750e13
parent 2035 72a4e043e67d
child 2106 505871ced767
equal deleted inserted replaced
2036:7fbc7bb7b95a 2037:ea0319750e13
    43 #include <linux/version.h>
    43 #include <linux/version.h>
    44 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)
    44 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)
    45 #include <linux/rtmutex.h>
    45 #include <linux/rtmutex.h>
    46 #endif  // KERNEL_VERSION(2,6,24)
    46 #endif  // KERNEL_VERSION(2,6,24)
    47 #endif // __KERNEL__
    47 #endif // __KERNEL__
       
    48 
       
    49 #ifdef CONFIG_TRACING
       
    50 //#define USE_TRACE_PRINTK
       
    51 #endif
    48 
    52 
    49 /******************************************************************************
    53 /******************************************************************************
    50  * EtherCAT master
    54  * EtherCAT master
    51  *****************************************************************************/
    55  *****************************************************************************/
    52 
    56