blob: 2ff0b4ef268134d9b4948172c1ef0f84be6225f2 [file] [log] [blame]
Dale Farnsworthe44b8942007-05-12 10:55:24 +10001#ifndef __MV64X60_H__
2#define __MV64X60_H__
3
4#include <linux/init.h>
5
6extern void __init mv64x60_init_irq(void);
7extern unsigned int mv64x60_get_irq(void);
8
Dale Farnsworthe1a31072007-05-12 10:57:12 +10009extern void __init mv64x60_pci_init(void);
10
Dale Farnsworthe44b8942007-05-12 10:55:24 +100011#endif /* __MV64X60_H__ */