upload tizen1.0 source
[kernel/linux-2.6.36.git] / arch / arm / plat-s5p / include / plat / fimd_drm.h
1 /* linux/arch/arm/plat-s5p/fimd_drm.h
2  *
3  * FIMD DRM 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 _FIMD_DRM_H_
14 #define _FIMD_DRM_H_
15
16 struct fimd_drm_platform_data {
17         unsigned int hw_ver;
18 };
19
20 #endif /* _FIMD_DRM_H_ */