upload tizen1.0 source
[kernel/linux-2.6.36.git] / arch / arm / plat-s5p / include / plat / s5p_fimd_lite.h
1 /* linux/arch/arm/plat-s5p/s5p_fimd_lite.h
2  *
3  * FIMD Lite Platform Specific Header Definitions.
4  *
5  * Copyright (c) 2010 Samsung Electronics
6  * InKi Dae <inki.dae@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 _S5P_FIMD_LITE_H_
14 #define _S5P_FIMD_LITE_H_
15
16 struct s5p_fimd_lite_platform_data {
17         unsigned int reg_base;
18         unsigned int reg_map_size;
19         unsigned int irq;
20 };
21
22 #endif /* _S5P_FIMD_LITE_H_ */