aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include/mach/uart.h
blob: 22feb1f84da855c3e4fd406fe18b99b5d2a98030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) 2009 ST-Ericsson SA
 *
 * This file is licensed under  the terms of the GNU General Public
 * License version 2. This program is licensed "as is" without any
 * warranty of any kind, whether express or implied.
 */

#ifndef _U8500_UART_H_
#define _U8500_UART_H_

struct uart_amba_plat_data {
	void (*init) (void);
	void (*exit) (void);
};

#endif /* _U8500_UART_H_ */