repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
s390
/
cio
/
chsc_sch.h
blob
ff5328b0bc8af9835d0275eee5c4dc81ebd7a3f4
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _CHSC_SCH_H
3
#define _CHSC_SCH_H
4
5
struct
chsc_request
{
6
struct
completion completion
;
7
struct
irb irb
;
8
};
9
10
struct
chsc_private
{
11
struct
chsc_request
*
request
;
12
};
13
14
#endif