diff options
Diffstat (limited to 'include/linux/vt_kern.h')
| -rw-r--r-- | include/linux/vt_kern.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index 940d0261a545..1009d3fe1fc2 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h | |||
| @@ -26,13 +26,15 @@ | |||
| 26 | 26 | ||
| 27 | extern void kd_mksound(unsigned int hz, unsigned int ticks); | 27 | extern void kd_mksound(unsigned int hz, unsigned int ticks); |
| 28 | extern int kbd_rate(struct kbd_repeat *rep); | 28 | extern int kbd_rate(struct kbd_repeat *rep); |
| 29 | extern int fg_console, last_console, want_console; | ||
| 29 | 30 | ||
| 30 | /* console.c */ | 31 | /* console.c */ |
| 31 | 32 | ||
| 32 | int vc_allocate(unsigned int console); | 33 | int vc_allocate(unsigned int console); |
| 33 | int vc_cons_allocated(unsigned int console); | 34 | int vc_cons_allocated(unsigned int console); |
| 34 | int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines); | 35 | int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines); |
| 35 | void vc_disallocate(unsigned int console); | 36 | int vc_lock_resize(struct vc_data *vc, unsigned int cols, unsigned int lines); |
| 37 | void vc_deallocate(unsigned int console); | ||
| 36 | void reset_palette(struct vc_data *vc); | 38 | void reset_palette(struct vc_data *vc); |
| 37 | void do_blank_screen(int entering_gfx); | 39 | void do_blank_screen(int entering_gfx); |
| 38 | void do_unblank_screen(int leaving_gfx); | 40 | void do_unblank_screen(int leaving_gfx); |
