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

#include <linux/types.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 imx25_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 */