CRIS v32: Add prototype for crisv32_pinmux_dealloc_fixed in asm-cris/arch-v32/pinmux.h
Deallocation was not possible before, but is now.
This commit is contained in:
parent
e919a1201c
commit
230d69cf2b
@ -34,6 +34,7 @@ int crisv32_pinmux_init(void);
|
||||
int crisv32_pinmux_alloc(int port, int first_pin, int last_pin, enum pin_mode);
|
||||
int crisv32_pinmux_alloc_fixed(enum fixed_function function);
|
||||
int crisv32_pinmux_dealloc(int port, int first_pin, int last_pin);
|
||||
int crisv32_pinmux_dealloc_fixed(enum fixed_function function);
|
||||
void crisv32_pinmux_dump(void);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user