aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/mv64x60.h
blob: 709003948ae7823f8525b2f0bd8806348caa32c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __MV64X60_H__
#define __MV64X60_H__

#include <linux/init.h>

extern void __init mv64x60_init_irq(void);
extern unsigned int mv64x60_get_irq(void);

#endif /* __MV64X60_H__ */