temp revert rk change
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-tegra / include / mach / tegra_hsuart.h
1 /*
2  * Copyright (C) 2010 Google, Inc.
3  * Author: Jaikumar Ganesh <jaikumar@google.com>
4  *
5  * This software is licensed under the terms of the GNU General Public
6  * License version 2, as published by the Free Software Foundation, and
7  * may be copied, distributed, and modified under those terms.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  */
14
15 #ifndef __ASM_ARCH_TEGRA_HSUART_H
16 #define __ASM_ARCH_TEGRA_HSUART_H
17
18 /* Optional platform device data for tegra_hsuart driver. */
19 struct tegra_hsuart_platform_data {
20         void (*exit_lpm_cb)(struct uart_port *);
21         void (*rx_done_cb)(struct uart_port *);
22 };
23
24 #endif