blob: 4f618fa465c085305d55fd6b47a75a973b4e4e05 [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);
Dale Farnsworth9b41fcb2007-05-15 05:52:22 +100010extern void __init mv64x60_init_early(void);
Dale Farnsworthe1a31072007-05-12 10:57:12 +100011
Dale Farnsworthe44b8942007-05-12 10:55:24 +100012#endif /* __MV64X60_H__ */