upload tizen1.0 source
[kernel/linux-2.6.36.git] / arch / arm / mach-s5pv310 / bcm4751.h
1 /* linux/arm/arch/mach-s5pc110/include/mach/bcm4751.h
2  *
3  * Platform data  Header for BCM4751(GPS) driver.
4  *
5  * Copyright (c) 2010 Samsung Electronics
6  * Jaehoon Chung <jh80.chung@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 _BCM4751_H
14 #define _BCM4751_H
15
16 struct bcm4751_platform_data {
17         unsigned int regpu;
18         unsigned int nrst;
19         unsigned int clk_int;
20         unsigned int uart_rxd;
21 };
22
23 #endif /* _BCM4751_H */
24
25