blob: 2ff0b4ef268134d9b4948172c1ef0f84be6225f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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);
#endif /* __MV64X60_H__ */
|