blob: a7d252daf91b4ec6988e95e9b8aec9ed412573be [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#ifndef CRYPTO_WQ_H
2#define CRYPTO_WQ_H
3
4#include <linux/workqueue.h>
5
6extern struct workqueue_struct *kcrypto_wq;
7#endif