aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/cio.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/cio/cio.h')
-rw-r--r--drivers/s390/cio/cio.h1
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 *);
102extern int cio_set_options (struct subchannel *, int); 102extern int cio_set_options (struct subchannel *, int);
103extern int cio_get_options (struct subchannel *); 103extern int cio_get_options (struct subchannel *);
104extern int cio_modify (struct subchannel *); 104extern int cio_modify (struct subchannel *);
105extern int cio_update_schib(struct subchannel *sch);
105 106
106int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key); 107int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key);
107int cio_tm_intrg(struct subchannel *sch); 108int cio_tm_intrg(struct subchannel *sch);