summaryrefslogtreecommitdiff
path: root/include/linux/tegra_uart.h
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-08-05 17:20:18 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:47:00 -0800
commite7a23a22f7ee8be4e470b0e6d9c67415c9aed718 (patch)
treeefbae21bf57af406d1d8eee867d5f9ebf522d770 /include/linux/tegra_uart.h
parent518b20a5c12f864659f21e44ce02891ae9758db8 (diff)
HACK keep tegra_uart_platform_data for integrations
Rebase-Id: Rfb3d85a09b37cabbaae8d5ca9457b3e7ec4d523a
Diffstat (limited to 'include/linux/tegra_uart.h')
-rw-r--r--include/linux/tegra_uart.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/tegra_uart.h b/include/linux/tegra_uart.h
index fe6167de3676..435b4198e4be 100644
--- a/include/linux/tegra_uart.h
+++ b/include/linux/tegra_uart.h
@@ -20,6 +20,10 @@
#ifndef _TEGRA_UART_H_
#define _TEGRA_UART_H_
+struct tegra_uart_platform_data {
+ void (*wake_peer)(struct uart_port *);
+};
+
int tegra_uart_is_tx_empty(struct uart_port *);
void tegra_uart_request_clock_on(struct uart_port *);
void tegra_uart_set_mctrl(struct uart_port *, unsigned int);