Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Eric Miao | 51c6298 | 2009-01-02 23:17:22 +0800 | [diff] [blame] | 2 | #ifndef __MACH_PXA25x_H |
| 3 | #define __MACH_PXA25x_H |
| 4 | |
| 5 | #include <mach/hardware.h> |
| 6 | #include <mach/pxa2xx-regs.h> |
Arnd Bergmann | 4c25c5d | 2015-01-30 10:45:33 +0100 | [diff] [blame] | 7 | #include "mfp-pxa25x.h" |
Eric Miao | ca0e687 | 2011-05-18 21:19:04 +0800 | [diff] [blame] | 8 | #include <mach/irqs.h> |
Eric Miao | 51c6298 | 2009-01-02 23:17:22 +0800 | [diff] [blame] | 9 | |
Eric Miao | 51c6298 | 2009-01-02 23:17:22 +0800 | [diff] [blame] | 10 | #endif /* __MACH_PXA25x_H */ |