You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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__ */
|
|
|