00001 00041 #ifndef APP_WORKQUEUE_H_INCLUDED 00042 #define APP_WORKQUEUE_H_INCLUDED 00043 00044 extern struct workqueue main_workqueue; 00045 00046 #define mcihost_watchdog_workqueue main_workqueue 00047 #define block_workqueue main_workqueue 00048 #define sdmmc_workqueue main_workqueue 00049 #define aes_workqueue main_workqueue 00050 00051 #endif /* APP_WORKQUEUE_H_INCLUDED */
1.5.8