X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Flinux%2Famba%2Fserial.h;h=514ed45c462eaf0516cbdd9f07d3f96bfada4cc7;hp=5479fdc849e9432d9b162c399205c59faf8250c6;hb=0d72c6fcb5cd215eeab824fac216ea42c5b574aa;hpb=020abf03cd659388f94cb328e1e1df0656e0d7ff diff --git a/include/linux/amba/serial.h b/include/linux/amba/serial.h index 5479fdc849e9..514ed45c462e 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