Initial commit
[kernel/linux-3.0.git] / arch / arm / plat-s5p / include / plat / fimg2d.h
1 /* linux/arch/arm/plat-s5p/include/plat/fimg2d.h
2  *
3  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4  *      http://www.samsung.com/
5  *
6  * Platform Data Structure for Samsung Graphics 2D Hardware
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 __ASM_ARCH_FIMG2D_H
14 #define __ASM_ARCH_FIMG2D_H __FILE__
15
16 struct fimg2d_platdata {
17         int hw_ver;
18         const char *parent_clkname;
19         const char *clkname;
20         const char *gate_clkname;
21         unsigned long clkrate;
22 };
23
24 extern void __init s5p_fimg2d_set_platdata(struct fimg2d_platdata *pd);
25
26 #endif /* __ASM_ARCH_FIMG2D_H */