GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / crypto / crypto_wq.h
bloba7d252daf91b4ec6988e95e9b8aec9ed412573be
1 #ifndef CRYPTO_WQ_H
2 #define CRYPTO_WQ_H
4 #include <linux/workqueue.h>
6 extern struct workqueue_struct *kcrypto_wq;
7 #endif