1 #ifndef __ASM_SH_ILSEL_H
2 #define __ASM_SH_ILSEL_H
17 * ILSEL Aliases - corner cases for interleaved level tables.
19 * Someone thought this was a good idea and less hassle than
20 * demuxing a shared vector, really.
32 ILSEL_FPGA2
= ILSEL_FPGA0
,
33 ILSEL_FPGA3
= ILSEL_FPGA1
,
34 ILSEL_EX5
= ILSEL_EX1
,
35 ILSEL_EX6
= ILSEL_EX2
,
36 ILSEL_EX7
= ILSEL_EX3
,
37 ILSEL_EX8
= ILSEL_EX4
,
40 /* arch/sh/boards/renesas/x3proto/ilsel.c */
41 int ilsel_enable(ilsel_source_t set
);
42 int ilsel_enable_fixed(ilsel_source_t set
, unsigned int level
);
43 void ilsel_disable(unsigned int irq
);
45 #endif /* __ASM_SH_ILSEL_H */