blob: 23114746ac08713b9a506dd60c00a73a662be767 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Huang Ying25c38d32009-02-19 14:33:40 +08002#ifndef CRYPTO_WQ_H
3#define CRYPTO_WQ_H
4
5#include <linux/workqueue.h>
6
7extern struct workqueue_struct *kcrypto_wq;
8#endif