patch-2.3.99-pre4 linux/include/linux/raid/md_u.h
Next file: linux/include/linux/sched.h
Previous file: linux/include/linux/proc_fs_i.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Mon Apr 10 23:04:49 2000
- Orig file:
v2.3.99-pre3/linux/include/linux/raid/md_u.h
- Orig date:
Thu Feb 10 17:11:22 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/include/linux/raid/md_u.h linux/include/linux/raid/md_u.h
@@ -17,6 +17,12 @@
/* ioctls */
+/* compat */
+#define REGISTER_DEV _IO (MD_MAJOR, 1)
+#define START_MD _IO (MD_MAJOR, 2)
+#define STOP_MD _IO (MD_MAJOR, 3)
+
+
/* status */
#define RAID_VERSION _IOR (MD_MAJOR, 0x10, mdu_version_t)
#define GET_ARRAY_INFO _IOR (MD_MAJOR, 0x11, mdu_array_info_t)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)