diff options
Diffstat (limited to 'drivers/s390/cio/cio.h')
-rw-r--r-- | drivers/s390/cio/cio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/cio/cio.h b/drivers/s390/cio/cio.h index 5db887e8f032..fb125efd6891 100644 --- a/drivers/s390/cio/cio.h +++ b/drivers/s390/cio/cio.h | |||
@@ -102,6 +102,7 @@ extern int cio_cancel (struct subchannel *); | |||
102 | extern int cio_set_options (struct subchannel *, int); | 102 | extern int cio_set_options (struct subchannel *, int); |
103 | extern int cio_get_options (struct subchannel *); | 103 | extern int cio_get_options (struct subchannel *); |
104 | extern int cio_modify (struct subchannel *); | 104 | extern int cio_modify (struct subchannel *); |
105 | extern int cio_update_schib(struct subchannel *sch); | ||
105 | 106 | ||
106 | int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key); | 107 | int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key); |
107 | int cio_tm_intrg(struct subchannel *sch); | 108 | int cio_tm_intrg(struct subchannel *sch); |