diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-28 12:06:11 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:06:38 -0500 |
commit | 230d69cf2ba6505fccdb7216da9eedc924c00d19 (patch) | |
tree | f40944a16177d82c6d5afc1fe42356a036d7ad61 /include/asm-cris | |
parent | e919a1201c285f27764a5ee5ee06535a61c31d22 (diff) |
CRIS v32: Add prototype for crisv32_pinmux_dealloc_fixed in asm-cris/arch-v32/pinmux.h
Deallocation was not possible before, but is now.
Diffstat (limited to 'include/asm-cris')
-rw-r--r-- | include/asm-cris/arch-v32/pinmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-cris/arch-v32/pinmux.h b/include/asm-cris/arch-v32/pinmux.h index a66dc9970919..bb09bce42e7a 100644 --- a/include/asm-cris/arch-v32/pinmux.h +++ b/include/asm-cris/arch-v32/pinmux.h | |||
@@ -34,6 +34,7 @@ int crisv32_pinmux_init(void); | |||
34 | int crisv32_pinmux_alloc(int port, int first_pin, int last_pin, enum pin_mode); | 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); | 35 | int crisv32_pinmux_alloc_fixed(enum fixed_function function); |
36 | int crisv32_pinmux_dealloc(int port, int first_pin, int last_pin); | 36 | int crisv32_pinmux_dealloc(int port, int first_pin, int last_pin); |
37 | int crisv32_pinmux_dealloc_fixed(enum fixed_function function); | ||
37 | void crisv32_pinmux_dump(void); | 38 | void crisv32_pinmux_dump(void); |
38 | 39 | ||
39 | #endif | 40 | #endif |