repo.or.cz
/
linux-2.6
/
btrfs-unstable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ocfs2: fix ocfs2 read block panic
[linux-2.6/btrfs-unstable.git]
/
include
/
crypto
/
crypto_wq.h
blob
23114746ac08713b9a506dd60c00a73a662be767
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