summaryrefslogtreecommitdiffstats
path: root/include/crypto/crypto_wq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/crypto_wq.h')
-rw-r--r--include/crypto/crypto_wq.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/crypto/crypto_wq.h b/include/crypto/crypto_wq.h
new file mode 100644
index 000000000..23114746a
--- /dev/null
+++ b/include/crypto/crypto_wq.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef CRYPTO_WQ_H
+#define CRYPTO_WQ_H
+
+#include <linux/workqueue.h>
+
+extern struct workqueue_struct *kcrypto_wq;
+#endif