summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/serial-omap.h
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2015-06-16 11:25:45 -0700
committerEvan Wilson <evan@oliodevices.com>2015-06-16 11:25:45 -0700
commit6921a058152ba3ff952383467804b943f457897e (patch)
tree6388edbf8c1579ecbc84c82fd7e88ad468893031 /include/linux/platform_data/serial-omap.h
parent12362900834a491c5cda716dd064cc816fd2082d (diff)
downloadolio-linux-3.10-6921a058152ba3ff952383467804b943f457897e.tar.xz
olio-linux-3.10-6921a058152ba3ff952383467804b943f457897e.zip
BT LPM working
Change-Id: I15947ef87d69d7eb9343afa34ed254a34ba3991d
Diffstat (limited to 'include/linux/platform_data/serial-omap.h')
-rw-r--r--include/linux/platform_data/serial-omap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/platform_data/serial-omap.h b/include/linux/platform_data/serial-omap.h
index afba9011b52..9990f7cd03c 100644
--- a/include/linux/platform_data/serial-omap.h
+++ b/include/linux/platform_data/serial-omap.h
@@ -48,10 +48,14 @@ struct omap_uart_port_info {
int (*get_context_loss_count)(struct device *);
void (*enable_wakeup)(struct device *, bool);
+ void (*wake_peer)(struct uart_port *);
};
extern void omap_uart_remove_wakeup(struct device *dev);
extern void omap_uart_enable_wakeup(struct device *dev, bool enable);
extern int omap_pm_get_dev_context_loss_count(struct device *dev);
+extern int omap_serial_ext_uart_enable(u8 port_id);
+extern int omap_serial_ext_uart_disable(u8 port_id);
+
#endif /* __OMAP_SERIAL_H__ */