mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue