generic.h (a9de18eb761f7c1c860964b2e5addc1a35c7e861) generic.h (742cd5867b2ef7ce865d7ab67574c4e3aa1fb155)
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

--- 77 unchanged lines hidden (view full) ---

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
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

--- 77 unchanged lines hidden (view full) ---

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
94void __init txx9_aclc_init(unsigned long baseaddr, int irq,
95 unsigned int dmac_id,
96 unsigned int dma_chan_out,
97 unsigned int dma_chan_in);
98
94#endif /* __ASM_TXX9_GENERIC_H */
99#endif /* __ASM_TXX9_GENERIC_H */