summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/fdcio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sys/fdcio.h b/sys/sys/fdcio.h
index 11e5e51..d1b4568 100644
--- a/sys/sys/fdcio.h
+++ b/sys/sys/fdcio.h
@@ -130,6 +130,10 @@ enum fd_drivetype {
#define FD_GOPTS _IOR('F', 64, int) /* drive options, see below */
#define FD_SOPTS _IOW('F', 65, int)
+
+#ifdef PC98
+#define FD_DEBUG _IOW('F', 66, int)
+#endif
#define FD_CLRERR _IO('F', 67) /* clear error counter */
OpenPOWER on IntegriCloud