diff options
Diffstat (limited to 'drivers/block/cciss.h')
-rw-r--r-- | drivers/block/cciss.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h index 868e0d862b0d..562235c1445a 100644 --- a/drivers/block/cciss.h +++ b/drivers/block/cciss.h | |||
@@ -76,6 +76,9 @@ struct ctlr_info | |||
76 | unsigned int intr[4]; | 76 | unsigned int intr[4]; |
77 | unsigned int msix_vector; | 77 | unsigned int msix_vector; |
78 | unsigned int msi_vector; | 78 | unsigned int msi_vector; |
79 | BYTE cciss_read; | ||
80 | BYTE cciss_write; | ||
81 | BYTE cciss_read_capacity; | ||
79 | 82 | ||
80 | // information about each logical volume | 83 | // information about each logical volume |
81 | drive_info_struct drv[CISS_MAX_LUN]; | 84 | drive_info_struct drv[CISS_MAX_LUN]; |