summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-06-22 10:40:46 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2011-06-22 10:40:46 +1000
commitaeaf9a370552fc54bce9aab1c05f18996df41b42 (patch)
treefc0977064765c34219e1ee5a2097d3c091cc99de /include
parent17db9e23adb3ce6eae727bec53f764b6fb343ea3 (diff)
parent3bc46b312b1486b1fe2db4246a34a30160d26d8d (diff)
Merge remote-tracking branch 'tty.current/tty-linus'
Diffstat (limited to 'include')
-rw-r--r--include/linux/amba/serial.h3
1 files changed, 3 insertions, 0 deletions
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