git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
10 lines
183 B
C
10 lines
183 B
C
#ifndef __MACH_PXA25x_H
|
|
#define __MACH_PXA25x_H
|
|
|
|
#include <mach/hardware.h>
|
|
#include <mach/pxa2xx-regs.h>
|
|
#include "mfp-pxa25x.h"
|
|
#include <mach/irqs.h>
|
|
|
|
#endif /* __MACH_PXA25x_H */
|