Linux 4.19-rc7
[linux-2.6/btrfs-unstable.git] / include / crypto / crypto_wq.h
blob23114746ac08713b9a506dd60c00a73a662be767
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef CRYPTO_WQ_H
3 #define CRYPTO_WQ_H
5 #include <linux/workqueue.h>
7 extern struct workqueue_struct *kcrypto_wq;
8 #endif