aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s5p/include/plat/fimg2d.h
blob: 2a2e62290ef830e8dc80d1de42d0c3702c71b975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* linux/arch/arm/plat-s5p/include/plat/fimg2d.h
 *
 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
 *	http://www.samsung.com/
 *
 * Platform Data Structure for Samsung Graphics 2D Hardware
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
*/

#ifndef __ASM_ARCH_FIMG2D_H
#define __ASM_ARCH_FIMG2D_H __FILE__

struct fimg2d_platdata {
	int hw_ver;
	const char *parent_clkname;
	const char *clkname;
	const char *gate_clkname;
	unsigned long clkrate;
};

extern void __init s5p_fimg2d_set_platdata(struct fimg2d_platdata *pd);

#endif /* __ASM_ARCH_FIMG2D_H */