1 /* 2 * File...........: linux/drivers/s390/block/dasd_9336_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_9336_ERP_H 11 #define DASD_9336_ERP_H 12 13 dasd_era_t dasd_9336_erp_examine (ccw_req_t *, devstat_t *); 14 15 #endif /* DASD_3990_ERP_H */ 16