Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[deliverable/linux.git] / include / asm-arm / arch-mxc / hardware.h
1 /*
2 * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
3 */
4
5 /*
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
11 #ifndef __ASM_ARCH_MXC_HARDWARE_H__
12 #define __ASM_ARCH_MXC_HARDWARE_H__
13
14 #include <asm/sizes.h>
15
16 #ifdef CONFIG_ARCH_MX3
17 # include <asm/arch/mx31.h>
18 #endif
19
20 #include <asm/arch/mxc.h>
21
22 /*
23 * ---------------------------------------------------------------------------
24 * Board specific defines
25 * ---------------------------------------------------------------------------
26 */
27 #ifdef CONFIG_MACH_MX31ADS
28 # include <asm/arch/board-mx31ads.h>
29 #endif
30
31 #endif /* __ASM_ARCH_MXC_HARDWARE_H__ */
This page took 0.03285 seconds and 6 git commands to generate.