generic.h (d9214556b11a8d18ff588e60824c12041d30f791) | generic.h (bc89b2bdefa5f56133d0b19a220880d4ada62560) |
---|---|
1/* 2 * linux/include/asm-mips/txx9/generic.h 3 * 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file "COPYING" in the main directory of this archive 6 * for more details. 7 */ 8#ifndef __ASM_TXX9_GENERIC_H --- 72 unchanged lines hidden (view full) --- 81 r -= 1; 82 return r; 83} 84 85void txx9_iocled_init(unsigned long baseaddr, 86 int basenum, unsigned int num, int lowactive, 87 const char *color, char **deftriggers); 88 | 1/* 2 * linux/include/asm-mips/txx9/generic.h 3 * 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file "COPYING" in the main directory of this archive 6 * for more details. 7 */ 8#ifndef __ASM_TXX9_GENERIC_H --- 72 unchanged lines hidden (view full) --- 81 r -= 1; 82 return r; 83} 84 85void txx9_iocled_init(unsigned long baseaddr, 86 int basenum, unsigned int num, int lowactive, 87 const char *color, char **deftriggers); 88 |
89/* 7SEG LED */ 90void txx9_7segled_init(unsigned int num, 91 void (*putc)(unsigned int pos, unsigned char val)); 92int txx9_7segled_putc(unsigned int pos, char c); 93 |
|
89#endif /* __ASM_TXX9_GENERIC_H */ | 94#endif /* __ASM_TXX9_GENERIC_H */ |