summaryrefslogtreecommitdiff
path: root/extras/multipath-tools/multipathd/devinfo.h
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-10-06 18:32:41 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:37:03 -0700
commit71144b744acb191d357dbfeb85a256389d4fac3b (patch)
tree15aa6e4ccb9b51c25e14a2b2cfe1c9f278e73f68 /extras/multipath-tools/multipathd/devinfo.h
parent33eae955e24feb2e473b905d64de17ad641e57e0 (diff)
[PATCH] delete extras/multipath-tools as per the author's request
This is now a standalone package.
Diffstat (limited to 'extras/multipath-tools/multipathd/devinfo.h')
-rw-r--r--extras/multipath-tools/multipathd/devinfo.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/extras/multipath-tools/multipathd/devinfo.h b/extras/multipath-tools/multipathd/devinfo.h
deleted file mode 100644
index 46b2894051..0000000000
--- a/extras/multipath-tools/multipathd/devinfo.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#define INQUIRY_CMDLEN 6
-#define INQUIRY_CMD 0x12
-#define SENSE_BUFF_LEN 32
-#define DEF_TIMEOUT 60000
-#define RECOVERED_ERROR 0x01
-#define MX_ALLOC_LEN 255
-#define WWID_SIZE 33
-#define BLKGETSIZE _IO(0x12,96)
-
-/* exerpt from "sg_err.h" */
-#define SCSI_CHECK_CONDITION 0x2
-#define SCSI_COMMAND_TERMINATED 0x22
-#define SG_ERR_DRIVER_SENSE 0x08
-
-int get_lun_strings (char *, char *, char *, char *);