diff options
| author | Dima Zavin <dima@android.com> | 2011-07-07 17:55:44 -0700 |
|---|---|---|
| committer | Dima Zavin <dima@android.com> | 2011-07-07 17:55:44 -0700 |
| commit | 814cdea670616252e4cdf297a07b02ce59698bf1 (patch) | |
| tree | c4a5665995e813c252b07f1e863166059bfb5bcb /include/linux/amba | |
| parent | 487ffb052891a552fecf865ad4b24bbe7945a413 (diff) | |
| parent | fe0d42203cb5616eeff68b14576a0f7e2dd56625 (diff) | |
Merge commit 'v3.0-rc6' into android-3.0
Diffstat (limited to 'include/linux/amba')
| -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 5479fdc849e..514ed45c462 100644 --- a/include/linux/amba/serial.h +++ b/include/linux/amba/serial.h @@ -201,6 +201,9 @@ struct amba_pl011_data { bool (*dma_filter)(struct dma_chan *chan, void *filter_param); void *dma_rx_param; void *dma_tx_param; + void (*init) (void); + void (*exit) (void); + void (*reset) (void); }; #endif |
