Revision 492c2e476eac010962850006c49df326919b284c authored by Linus Torvalds on 12 May 2008, 00:09:41 UTC, committed by Linus Torvalds on 12 May 2008, 00:09:41 UTC
1 parent 5701412
Raw File
mv64x60.h
#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__ */
back to top