diff options
Diffstat (limited to 'drivers/block/rsxx/rsxx_priv.h')
-rw-r--r-- | drivers/block/rsxx/rsxx_priv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/block/rsxx/rsxx_priv.h b/drivers/block/rsxx/rsxx_priv.h index 0dd62d966772..60b6ed6779ac 100644 --- a/drivers/block/rsxx/rsxx_priv.h +++ b/drivers/block/rsxx/rsxx_priv.h | |||
@@ -39,6 +39,7 @@ | |||
39 | #include <linux/vmalloc.h> | 39 | #include <linux/vmalloc.h> |
40 | #include <linux/timer.h> | 40 | #include <linux/timer.h> |
41 | #include <linux/ioctl.h> | 41 | #include <linux/ioctl.h> |
42 | #include <linux/delay.h> | ||
42 | 43 | ||
43 | #include "rsxx.h" | 44 | #include "rsxx.h" |
44 | #include "rsxx_cfg.h" | 45 | #include "rsxx_cfg.h" |
@@ -374,6 +375,8 @@ typedef void (*rsxx_dma_cb)(struct rsxx_cardinfo *card, | |||
374 | int rsxx_dma_setup(struct rsxx_cardinfo *card); | 375 | int rsxx_dma_setup(struct rsxx_cardinfo *card); |
375 | void rsxx_dma_destroy(struct rsxx_cardinfo *card); | 376 | void rsxx_dma_destroy(struct rsxx_cardinfo *card); |
376 | int rsxx_dma_init(void); | 377 | int rsxx_dma_init(void); |
378 | int rsxx_cleanup_dma_queue(struct rsxx_dma_ctrl *ctrl, struct list_head *q); | ||
379 | int rsxx_dma_cancel(struct rsxx_dma_ctrl *ctrl); | ||
377 | void rsxx_dma_cleanup(void); | 380 | void rsxx_dma_cleanup(void); |
378 | void rsxx_dma_queue_reset(struct rsxx_cardinfo *card); | 381 | void rsxx_dma_queue_reset(struct rsxx_cardinfo *card); |
379 | int rsxx_dma_configure(struct rsxx_cardinfo *card); | 382 | int rsxx_dma_configure(struct rsxx_cardinfo *card); |
@@ -384,7 +387,6 @@ int rsxx_dma_queue_bio(struct rsxx_cardinfo *card, | |||
384 | void *cb_data); | 387 | void *cb_data); |
385 | int rsxx_hw_buffers_init(struct pci_dev *dev, struct rsxx_dma_ctrl *ctrl); | 388 | int rsxx_hw_buffers_init(struct pci_dev *dev, struct rsxx_dma_ctrl *ctrl); |
386 | int rsxx_eeh_save_issued_dmas(struct rsxx_cardinfo *card); | 389 | int rsxx_eeh_save_issued_dmas(struct rsxx_cardinfo *card); |
387 | void rsxx_eeh_cancel_dmas(struct rsxx_cardinfo *card); | ||
388 | int rsxx_eeh_remap_dmas(struct rsxx_cardinfo *card); | 390 | int rsxx_eeh_remap_dmas(struct rsxx_cardinfo *card); |
389 | 391 | ||
390 | /***** cregs.c *****/ | 392 | /***** cregs.c *****/ |