summaryrefslogtreecommitdiff
path: root/extras/multipath/devinfo.h
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-03-10 22:38:58 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:09 -0700
commit49f9acf3844aa5c004b5794e919bd54166e53227 (patch)
tree0a158c6290d818727c31b09078300665a386c9e8 /extras/multipath/devinfo.h
parente41016d3547ef704c0785ba197d36ef69de51260 (diff)
[PATCH] deleted current extras/multipath directory
Diffstat (limited to 'extras/multipath/devinfo.h')
-rw-r--r--extras/multipath/devinfo.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/extras/multipath/devinfo.h b/extras/multipath/devinfo.h
deleted file mode 100644
index 53f2473027..0000000000
--- a/extras/multipath/devinfo.h
+++ /dev/null
@@ -1,19 +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
-
-void basename (char *, char *);
-int get_serial (char *, char *);
-int get_lun_strings (char *, char *, char *, char *);
-int get_evpd_wwid(char *, char *);
-long get_disk_size (char *);