summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/weim.h
blob: 576f87cd6c2ecd3231c47f65ab513ae3f3718b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __MACH_WEIM_H
#define __MACH_WEIM_H

void imx27_setup_weimcs(size_t cs, unsigned upper, unsigned lower,
		unsigned additional);

void imx31_setup_weimcs(size_t cs, unsigned upper, unsigned lower,
		unsigned additional);

void imx35_setup_weimcs(size_t cs, unsigned upper, unsigned lower,
		unsigned additional);

void imx1_setup_eimcs(size_t cs, unsigned upper, unsigned lower);

void imx21_setup_eimcs(size_t cs, unsigned upper, unsigned lower);

#endif /* __MACH_WEIM_H */