Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mv64x60.h
Go to the documentation of this file.
1 #ifndef __MV64X60_H__
2 #define __MV64X60_H__
3 
4 #include <linux/init.h>
5 
6 extern void __init mv64x60_init_irq(void);
7 extern unsigned int mv64x60_get_irq(void);
8 
9 extern void __init mv64x60_pci_init(void);
10 extern void __init mv64x60_init_early(void);
11 
12 #endif /* __MV64X60_H__ */