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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [drivers/] [char/] [vt_kern.h] - Diff between revs 199 and 656

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

Rev 199 Rev 656
Line 27... Line 27...
        struct vt_mode  vt_mode;
        struct vt_mode  vt_mode;
        int             vt_pid;
        int             vt_pid;
        int             vt_newvt;
        int             vt_newvt;
        struct wait_queue *paste_wait;
        struct wait_queue *paste_wait;
} *vt_cons[MAX_NR_CONSOLES];
} *vt_cons[MAX_NR_CONSOLES];
 
/* SIMON: forbidden change of source file - compiling error */
void (*kd_mksound)(unsigned int hz, unsigned int ticks);
extern void (*kd_mksound)(unsigned int hz, unsigned int ticks);
int vc_allocate(unsigned int console);
int vc_allocate(unsigned int console);
int vc_cons_allocated(unsigned int console);
int vc_cons_allocated(unsigned int console);
int vc_resize(unsigned long lines, unsigned long cols);
int vc_resize(unsigned long lines, unsigned long cols);
void vc_disallocate(unsigned int console);
void vc_disallocate(unsigned int console);
 
 

powered by: WebSVN 2.1.0

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