aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/exynos-ion.h
blob: cca859a77006c220a99ac419adc5bd7516108a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* linux/arch/arm/mach-exynos/include/mach/exynos-ion.h
 *
 * Copyright (c) 2011 Samsung Electronics Co., Ltd.
 *		http://www.samsung.com
 *
 * 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 __MACH_EXYNOS_ION_H_

struct platform_device;

#ifdef CONFIG_ION_EXYNOS
extern struct platform_device exynos_device_ion;
void exynos_ion_set_platdata(void);
#endif

#endif /* __MACH_S5PV310_ION_H_ */