Commit 9c864410 authored by Eric Miao's avatar Eric Miao

ARM: pxa: add common header file for pxa3xx

Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 52585ccd
#ifndef __MACH_PXA300_H
#define __MACH_PXA300_H
#include <mach/hardware.h>
#include <mach/pxa3xx-regs.h>
#include <mach/pxa3xx.h>
#include <mach/mfp-pxa300.h>
#endif /* __MACH_PXA300_H */
#ifndef __MACH_PXA320_H
#define __MACH_PXA320_H
#include <mach/hardware.h>
#include <mach/pxa3xx-regs.h>
#include <mach/pxa3xx.h>
#include <mach/mfp-pxa320.h>
#endif /* __MACH_PXA320_H */
......
#ifndef __MACH_PXA3XX_H
#define __MACH_PXA3XX_H
#include <mach/hardware.h>
#include <mach/pxa3xx-regs.h>
#endif /* __MACH_PXA3XX_H */
#ifndef __MACH_PXA930_H
#define __MACH_PXA930_H
#include <mach/hardware.h>
#include <mach/pxa3xx-regs.h>
#include <mach/pxa3xx.h>
#include <mach/mfp-pxa930.h>
#endif /* __MACH_PXA930_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment