linux/arch/sh/include/mach-sdk7786/mach/irq.h
Paul Mundt 5f240718b4 sh: mach-sdk7786: Split out FPGA IRQ controller setup.
This moves out the FPGA IRQ controller setup code to its own file, in
preparation for switching off of IRL mode and having it provide its own
irq_chip.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2010-01-20 15:23:54 +09:00

7 lines
170 B
C

#ifndef __MACH_SDK7786_IRQ_H
#define __MACH_SDK7786_IRQ_H
/* arch/sh/boards/mach-sdk7786/irq.c */
extern void sdk7786_init_irq(void);
#endif /* __MACH_SDK7786_IRQ_H */