patch-2.3.99-pre8 linux/drivers/s390/block/dasd_erp.h
Next file: linux/drivers/s390/block/dasd_mdsk.c
Previous file: linux/drivers/s390/block/dasd_erp.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri May 12 11:41:44 2000
- Orig file:
v2.3.99-pre7/linux/drivers/s390/block/dasd_erp.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.99-pre7/linux/drivers/s390/block/dasd_erp.h linux/drivers/s390/block/dasd_erp.h
@@ -0,0 +1,15 @@
+/*
+ * File...........: linux/drivers/s390/block/dasd_erp.h
+ * Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com>
+ * Bugreports.to..: <Linux390@de.ibm.com>
+ * (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 2000
+ */
+
+#include "dasd_types.h"
+
+typedef enum {
+ dasd_era_fatal = -1,
+ dasd_era_none = 0
+} dasd_era_t;
+
+dasd_era_t dasd_erp_examine ( cqr_t * );
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)