aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/major.h
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2009-01-25 16:50:02 +0200
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-03-12 12:58:05 -0500
commit71969fd9e2c523d22bf1742eb31f1562247710eb (patch)
tree7e35d3b8f675e95f96cac14eaf1cd3e09307b6a5 /include/linux/major.h
parent[SCSI] sg: fix races with ioctl(SG_IO) (diff)
downloadlinux-dev-71969fd9e2c523d22bf1742eb31f1562247710eb.tar.xz
linux-dev-71969fd9e2c523d22bf1742eb31f1562247710eb.zip
[SCSI] major.h: char-major number for OSD device driver
Allocate major 260 for osd. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> CC: Torben Mathiasen <device@lanana.org> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/linux/major.h')
-rw-r--r--include/linux/major.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/major.h b/include/linux/major.h
index 88249452b935..058ec15dd060 100644
--- a/include/linux/major.h
+++ b/include/linux/major.h
@@ -171,5 +171,6 @@
#define VIOTAPE_MAJOR 230
#define BLOCK_EXT_MAJOR 259
+#define SCSI_OSD_MAJOR 260 /* open-osd's OSD scsi device */
#endif