diff options
Diffstat (limited to 'drivers/scsi/aacraid/aacraid.h')
-rw-r--r-- | drivers/scsi/aacraid/aacraid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index 7bb3d9fde713..6d4e24cea3dc 100644 --- a/drivers/scsi/aacraid/aacraid.h +++ b/drivers/scsi/aacraid/aacraid.h | |||
@@ -1869,6 +1869,7 @@ int aac_probe_container(struct aac_dev *dev, int cid); | |||
1869 | int _aac_rx_init(struct aac_dev *dev); | 1869 | int _aac_rx_init(struct aac_dev *dev); |
1870 | int aac_rx_select_comm(struct aac_dev *dev, int comm); | 1870 | int aac_rx_select_comm(struct aac_dev *dev, int comm); |
1871 | int aac_rx_deliver_producer(struct fib * fib); | 1871 | int aac_rx_deliver_producer(struct fib * fib); |
1872 | char * get_container_type(unsigned type); | ||
1872 | extern int numacb; | 1873 | extern int numacb; |
1873 | extern int acbsize; | 1874 | extern int acbsize; |
1874 | extern char aac_driver_version[]; | 1875 | extern char aac_driver_version[]; |