TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux.git
/
b4b6d4a02fa8aa8187d426b508fb7f3b69df0dcc
/
.
/
include
/
crypto
/
crypto_wq.h
blob: 23114746ac08713b9a506dd60c00a73a662be767 [
file
] [
log
] [
blame
]
Andrew Scull
b4b6d4a
2019-01-02 15:54:55 +0000
[
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