2007-05-12 00:55:24 +00:00
|
|
|
#ifndef __MV64X60_H__
|
|
|
|
#define __MV64X60_H__
|
|
|
|
|
|
|
|
#include <linux/init.h>
|
|
|
|
|
|
|
|
extern void __init mv64x60_init_irq(void);
|
|
|
|
extern unsigned int mv64x60_get_irq(void);
|
|
|
|
|
2007-05-12 00:57:12 +00:00
|
|
|
extern void __init mv64x60_pci_init(void);
|
2007-05-14 19:52:22 +00:00
|
|
|
extern void __init mv64x60_init_early(void);
|
2007-05-12 00:57:12 +00:00
|
|
|
|
2007-05-12 00:55:24 +00:00
|
|
|
#endif /* __MV64X60_H__ */
|