| rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | #ifndef __MV64X60_H__ | ||||
| 3 | #define __MV64X60_H__ | ||||
| 4 | |||||
| 5 | #include <linux/init.h> | ||||
| 6 | |||||
| 7 | extern void __init mv64x60_init_irq(void); | ||||
| 8 | extern unsigned int mv64x60_get_irq(void); | ||||
| 9 | |||||
| 10 | extern void __init mv64x60_pci_init(void); | ||||
| 11 | extern void __init mv64x60_init_early(void); | ||||
| 12 | |||||
| 13 | #endif /* __MV64X60_H__ */ | ||||