diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/amba/serial.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/amba/serial.h b/include/linux/amba/serial.h index f612c783170f..62d9303c2837 100644 --- a/include/linux/amba/serial.h +++ b/include/linux/amba/serial.h | |||
| @@ -203,6 +203,9 @@ struct amba_pl011_data { | |||
| 203 | bool (*dma_filter)(struct dma_chan *chan, void *filter_param); | 203 | bool (*dma_filter)(struct dma_chan *chan, void *filter_param); |
| 204 | void *dma_rx_param; | 204 | void *dma_rx_param; |
| 205 | void *dma_tx_param; | 205 | void *dma_tx_param; |
| 206 | bool dma_rx_poll_enable; | ||
| 207 | unsigned int dma_rx_poll_rate; | ||
| 208 | unsigned int dma_rx_poll_timeout; | ||
| 206 | void (*init) (void); | 209 | void (*init) (void); |
| 207 | void (*exit) (void); | 210 | void (*exit) (void); |
| 208 | }; | 211 | }; |
