diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2011-05-18 15:35:54 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2011-07-12 19:45:20 +0800 |
commit | 9c86441081e84c9fb9fac3929c6e7d3e6f4dd891 (patch) | |
tree | 1dba97cfc7edec42489d3deee3c5f0bfe13284e1 /arch/arm/mach-pxa/include/mach/pxa3xx.h | |
parent | 52585ccd93d75e368382af09ae336ed8f231642c (diff) | |
download | talos-obmc-linux-9c86441081e84c9fb9fac3929c6e7d3e6f4dd891.tar.gz talos-obmc-linux-9c86441081e84c9fb9fac3929c6e7d3e6f4dd891.zip |
ARM: pxa: add common header file for pxa3xx
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/pxa3xx.h')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/pxa3xx.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 000000000000..5b9552d8908a --- /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 */ |