URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
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);
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.