1 #ifndef _ASM_CRIS_ARCH_PINMUX_H
2 #define _ASM_CRIS_ARCH_PINMUX_H
33 int crisv32_pinmux_init(void);
34 int crisv32_pinmux_alloc(int port, int first_pin, int last_pin, enum pin_mode);
35 int crisv32_pinmux_alloc_fixed(enum fixed_function function);
36 int crisv32_pinmux_dealloc(int port, int first_pin, int last_pin);
37 void crisv32_pinmux_dump(void);