Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
e2381fbede2313f15e12a3dea9726ff3dc828f34
/
.
/
src
/
kernel
/
linux
/
v4.19
/
include
/
crypto
/
crypto_wq.h
blob: 23114746ac08713b9a506dd60c00a73a662be767 [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame
]
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef
CRYPTO_WQ_H
3
#define
CRYPTO_WQ_H
4
5
#include
<linux/workqueue.h>
6
7
extern
struct
workqueue_struct
*
kcrypto_wq
;
8
#endif