1/****************************************************************************
2 ****************************************************************************
3 ***
4 ***   This header was automatically generated from a Linux kernel header
5 ***   of the same name, to make information necessary for userspace to
6 ***   call into the kernel available to libc.  It contains only constants,
7 ***   structures, and macros generated from the original header, and thus,
8 ***   contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#ifndef __ASM_SH_ILSEL_H
13#define __ASM_SH_ILSEL_H
14
15typedef enum {
16 ILSEL_NONE,
17 ILSEL_LAN,
18 ILSEL_USBH_I,
19 ILSEL_USBH_S,
20 ILSEL_USBH_V,
21 ILSEL_RTC,
22 ILSEL_USBP_I,
23 ILSEL_USBP_S,
24 ILSEL_USBP_V,
25 ILSEL_KEY,
26
27 ILSEL_FPGA0,
28 ILSEL_FPGA1,
29 ILSEL_EX1,
30 ILSEL_EX2,
31 ILSEL_EX3,
32 ILSEL_EX4,
33
34 ILSEL_FPGA2 = ILSEL_FPGA0,
35 ILSEL_FPGA3 = ILSEL_FPGA1,
36 ILSEL_EX5 = ILSEL_EX1,
37 ILSEL_EX6 = ILSEL_EX2,
38 ILSEL_EX7 = ILSEL_EX3,
39 ILSEL_EX8 = ILSEL_EX4,
40} ilsel_source_t;
41
42#endif
43