1 /* linux/arch/arm/mach-exynos4/include/mach/sysmmu.h
3 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
6 * Samsung sysmmu driver for EXYNOS4
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.
13 #ifndef __ASM_ARM_ARCH_SYSMMU_H
14 #define __ASM_ARM_ARCH_SYSMMU_H __FILE__
16 enum exynos4_sysmmu_ips
{
33 EXYNOS4_SYSMMU_TOTAL_IPNUM
,
36 #define S5P_SYSMMU_TOTAL_IPNUM EXYNOS4_SYSMMU_TOTAL_IPNUM
38 extern const char *sysmmu_ips_name
[EXYNOS4_SYSMMU_TOTAL_IPNUM
];
40 typedef enum exynos4_sysmmu_ips sysmmu_ips
;
42 void sysmmu_clk_init(struct device
*dev
, sysmmu_ips ips
);
43 void sysmmu_clk_enable(sysmmu_ips ips
);
44 void sysmmu_clk_disable(sysmmu_ips ips
);
46 #endif /* __ASM_ARM_ARCH_SYSMMU_H */