File: /usr/src/linux/drivers/s390/block/dasd_9343_erp.h

1     /* 
2      * File...........: linux/drivers/s390/block/dasd_9343_erp.h
3      * Author(s)......: Horst Hummel <Horst Hummel@de.ibm.com>
4      * Bugreports.to..: <Linux390@de.ibm.com>
5      * (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 2000
6      *
7      * History of changes (starts July 2000)
8      */
9     
10     #ifndef DASD_9343_ERP_H
11     #define DASD_9343_ERP_H
12     
13     dasd_era_t dasd_9343_erp_examine (ccw_req_t *, devstat_t *);
14     
15     ccw_req_t *dasd_9343_erp_action (ccw_req_t *);
16     
17     #endif				/* DASD_9343_ERP_H */
18