mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-17 04:17:44 +07:00
15 lines
328 B
C
15 lines
328 B
C
#ifndef __MACH_PXA3XX_H
|
|
#define __MACH_PXA3XX_H
|
|
|
|
#include <mach/hardware.h>
|
|
#include <mach/pxa3xx-regs.h>
|
|
#include <mach/irqs.h>
|
|
|
|
extern void __init pxa3xx_map_io(void);
|
|
extern void __init pxa3xx_init_irq(void);
|
|
extern void __init pxa95x_init_irq(void);
|
|
|
|
#define pxa3xx_handle_irq ichp_handle_irq
|
|
|
|
#endif /* __MACH_PXA3XX_H */
|