blob: 23114746ac08713b9a506dd60c00a73a662be767 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef CRYPTO_WQ_H
3#define CRYPTO_WQ_H
4
5#include <linux/workqueue.h>
6
7extern struct workqueue_struct *kcrypto_wq;
8#endif