14 lines
312 B
C
14 lines
312 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef __MV64X60_H__
|
||
|
#define __MV64X60_H__
|
||
|
|
||
|
#include <linux/init.h>
|
||
|
|
||
|
extern void __init mv64x60_init_irq(void);
|
||
|
extern unsigned int mv64x60_get_irq(void);
|
||
|
|
||
|
extern void __init mv64x60_pci_init(void);
|
||
|
extern void __init mv64x60_init_early(void);
|
||
|
|
||
|
#endif /* __MV64X60_H__ */
|