patch-2.2.19 linux/drivers/s390/block/dasd.h

Next file: linux/drivers/s390/block/dasd_3370_erp.c
Previous file: linux/drivers/s390/block/dasd.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/drivers/s390/block/dasd.h linux/drivers/s390/block/dasd.h
@@ -1,9 +1,13 @@
 ccw_req_t *default_erp_action (ccw_req_t *);
-int default_erp_postaction ( ccw_req_t *, int);
 int dasd_start_IO (ccw_req_t * cqr);
 void dasd_int_handler (int , void *, struct pt_regs *);
 ccw_req_t * dasd_alloc_request (char *, int , int ) ;
 void dasd_free_request(ccw_req_t *);
 int (*genhd_dasd_name)(char*,int,int,struct gendisk*);
 int dasd_oper_handler ( int irq, devreg_t *devreg );
+
+dasd_era_t dasd_3370_erp_examine (ccw_req_t * cqr, devstat_t * stat);
+dasd_era_t dasd_3990_erp_examine (ccw_req_t * cqr, devstat_t * stat);
+dasd_era_t dasd_9336_erp_examine (ccw_req_t * cqr, devstat_t * stat);
+dasd_era_t dasd_9343_erp_examine (ccw_req_t * cqr, devstat_t * stat);
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)