diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-09-01 09:22:38 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:49 -0400 |
commit | ae027ead87b13cff99b4f48da7696aa4fe75393b (patch) | |
tree | 48dff058f4682b4938c5e7e004634938994de80b /include/asm-mips/txx9/generic.h | |
parent | 21e77df215e58523a755b5dd006cb17610616f20 (diff) |
MIPS: TXx9: IOC LED support
Add leds-gpio platform device for controlling LEDs connected to IOC on
RBTX49XX and JMR3927 board.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/txx9/generic.h')
-rw-r--r-- | include/asm-mips/txx9/generic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-mips/txx9/generic.h b/include/asm-mips/txx9/generic.h index dc85515eac13..4316a3e57678 100644 --- a/include/asm-mips/txx9/generic.h +++ b/include/asm-mips/txx9/generic.h | |||
@@ -82,4 +82,8 @@ static inline unsigned int __fls8(unsigned char x) | |||
82 | return r; | 82 | return r; |
83 | } | 83 | } |
84 | 84 | ||
85 | void txx9_iocled_init(unsigned long baseaddr, | ||
86 | int basenum, unsigned int num, int lowactive, | ||
87 | const char *color, char **deftriggers); | ||
88 | |||
85 | #endif /* __ASM_TXX9_GENERIC_H */ | 89 | #endif /* __ASM_TXX9_GENERIC_H */ |