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
staging: et131x: Clean up the RFD struct/types
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
s390
/
cio
/
chsc_sch.h
blob
589ebfad6aadae84b3529e7847db1ae39d79cef4
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