projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6]
/
drivers
/
s390
/
cio
/
chsc_sch.h
1
#ifndef _CHSC_SCH_H
2
#define _CHSC_SCH_H
3
4
struct chsc_request {
5
struct completion completion;
6
struct irb irb;
7
};
8
9
struct chsc_private {
10
struct chsc_request *request;
11
};
12
13
#endif