diff options
Diffstat (limited to 'drivers/scsi/aacraid/aacraid.h')
-rw-r--r-- | drivers/scsi/aacraid/aacraid.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index 1771851db6ef..249366f471cc 100644 --- a/drivers/scsi/aacraid/aacraid.h +++ b/drivers/scsi/aacraid/aacraid.h | |||
@@ -1843,8 +1843,11 @@ struct aac_driver_ident* aac_get_driver_ident(int devtype); | |||
1843 | int aac_get_adapter_info(struct aac_dev* dev); | 1843 | int aac_get_adapter_info(struct aac_dev* dev); |
1844 | int aac_send_shutdown(struct aac_dev *dev); | 1844 | int aac_send_shutdown(struct aac_dev *dev); |
1845 | int aac_probe_container(struct aac_dev *dev, int cid); | 1845 | int aac_probe_container(struct aac_dev *dev, int cid); |
1846 | int _aac_rx_init(struct aac_dev *dev); | ||
1847 | int aac_rx_select_comm(struct aac_dev *dev, int comm); | ||
1846 | extern int numacb; | 1848 | extern int numacb; |
1847 | extern int acbsize; | 1849 | extern int acbsize; |
1848 | extern char aac_driver_version[]; | 1850 | extern char aac_driver_version[]; |
1849 | extern int startup_timeout; | 1851 | extern int startup_timeout; |
1850 | extern int aif_timeout; | 1852 | extern int aif_timeout; |
1853 | extern int expose_physicals; | ||