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

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 <[email protected]>
+ * Bugreports.to..: <[email protected]>
+ * (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, [email protected]
TCL-scripts by Sam Shen (who was at: [email protected])