OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [drivers/] [char/] [tty_io.c] - Diff between revs 582 and 656

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 582 Rev 656
Line 127... Line 127...
static int tty_fasync(struct inode * inode, struct file * filp, int on);
static int tty_fasync(struct inode * inode, struct file * filp, int on);
 
 
extern void reset_palette(int currcons) ;
extern void reset_palette(int currcons) ;
extern void set_palette(void) ;
extern void set_palette(void) ;
 
 
/* SIMON this is because of strict prototyping compiler switch */
 
int rs_or32_init(void);
 
 
 
#ifndef MIN
#ifndef MIN
#define MIN(a,b)        ((a) < (b) ? (a) : (b))
#define MIN(a,b)        ((a) < (b) ? (a) : (b))
#endif
#endif
 
 
/*
/*
Line 2078... Line 2075...
 
 
#ifdef CONFIG_68328_SERIAL
#ifdef CONFIG_68328_SERIAL
        rs68328_init();
        rs68328_init();
#endif
#endif
 
 
#ifdef CONFIG_OR32_SERIAL
 
        rs_or32_init();
 
#endif
 
 
 
#ifdef CONFIG_68332_SERIAL
#ifdef CONFIG_68332_SERIAL
        rs68332_init();
        rs68332_init();
#endif
#endif
#ifdef CONFIG_SCC
#ifdef CONFIG_SCC
        scc_init();
        scc_init();

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.