repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/radeon/kms: memset the allocated framebuffer before using it.
[linux-2.6/mini2440.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