diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/ccwdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/asm/ccwdev.h b/arch/s390/include/asm/ccwdev.h index e8501115eca8..ff6f62e0ec3e 100644 --- a/arch/s390/include/asm/ccwdev.h +++ b/arch/s390/include/asm/ccwdev.h | |||
@@ -204,6 +204,8 @@ int ccw_device_tm_start_timeout(struct ccw_device *, struct tcw *, | |||
204 | unsigned long, u8, int); | 204 | unsigned long, u8, int); |
205 | int ccw_device_tm_intrg(struct ccw_device *cdev); | 205 | int ccw_device_tm_intrg(struct ccw_device *cdev); |
206 | 206 | ||
207 | int ccw_device_get_mdc(struct ccw_device *cdev, u8 mask); | ||
208 | |||
207 | extern int ccw_device_set_online(struct ccw_device *cdev); | 209 | extern int ccw_device_set_online(struct ccw_device *cdev); |
208 | extern int ccw_device_set_offline(struct ccw_device *cdev); | 210 | extern int ccw_device_set_offline(struct ccw_device *cdev); |
209 | 211 | ||