5f240718b4
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>
7 lines
170 B
C
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 */
|