repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
thp: add compound_trans_head() helper
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
crypto
/
crypto_wq.h
blob
a7d252daf91b4ec6988e95e9b8aec9ed412573be
1
#ifndef CRYPTO_WQ_H
2
#define CRYPTO_WQ_H
3
4
#include <linux/workqueue.h>
5
6
extern
struct
workqueue_struct
*
kcrypto_wq
;
7
#endif