upload tizen1.0 source
[kernel/linux-2.6.36.git] / arch / arm / mach-s5pv310 / gsd4t.h
1 /* linux/arm/arch/mach-s5pv310/gsd4t.h
2  *
3  * GSD4T(GPS) platform driver data
4  *
5  * Copyright (c) 2011 Samsung Electronics
6  * Minho Ban <mhban@samsung.com>
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11 */
12
13 #ifndef _GSD4T_H
14 #define _GSD4T_H
15
16 struct gsd4t_platform_data {
17         unsigned int onoff;
18         unsigned int nrst;
19         unsigned int tsync;
20         unsigned int uart_rxd;
21         unsigned int uart_txd;
22         unsigned int uart_cts;
23         unsigned int uart_rts;
24 };
25
26 #endif /* _GSD4T_H */
27
28