blob: 66a691d89ae150d4f1b7bbf1aab4866e1c2ab273 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_MACH_PXA910_H
#define __ASM_MACH_PXA910_H
extern void pxa910_timer_init(void);
extern void __init pxa910_init_irq(void);
#include <linux/i2c.h>
#include <linux/irqchip/mmp.h>
#endif /* __ASM_MACH_PXA910_H */
|