Add KZM-ARM11-01 support
[linux-2.6/libata-dev.git] / arch / arm / plat-mxc / cpu.c
blob386e0d52cf587a3ee08436b3c8576f6a5122b160
2 #include <linux/module.h>
4 unsigned int __mxc_cpu_type;
5 EXPORT_SYMBOL(__mxc_cpu_type);
7 void mxc_set_cpu_type(unsigned int type)
9 __mxc_cpu_type = type;