commit | 9c86441081e84c9fb9fac3929c6e7d3e6f4dd891 | [log] [tgz] |
---|---|---|
author | Eric Miao <eric.y.miao@gmail.com> | Wed May 18 15:35:54 2011 +0800 |
committer | Eric Miao <eric.y.miao@gmail.com> | Tue Jul 12 19:45:20 2011 +0800 |
tree | 1dba97cfc7edec42489d3deee3c5f0bfe13284e1 | |
parent | 52585ccd93d75e368382af09ae336ed8f231642c [diff] [blame] |
ARM: pxa: add common header file for pxa3xx Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
diff --git a/arch/arm/mach-pxa/include/mach/pxa3xx.h b/arch/arm/mach-pxa/include/mach/pxa3xx.h new file mode 100644 index 0000000..5b9552d --- /dev/null +++ b/arch/arm/mach-pxa/include/mach/pxa3xx.h
@@ -0,0 +1,7 @@ +#ifndef __MACH_PXA3XX_H +#define __MACH_PXA3XX_H + +#include <mach/hardware.h> +#include <mach/pxa3xx-regs.h> + +#endif /* __MACH_PXA3XX_H */