From 3655da117134ca0cce8dc58bc08ec23c5ebb4ec7 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 24 Mar 2016 09:20:31 +0100 Subject: move console_activate_current --- vt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vt.h') diff --git a/vt.h b/vt.h index bbba2be..931df4d 100644 --- a/vt.h +++ b/vt.h @@ -5,3 +5,4 @@ int check_console_switch(void); void console_set_vt(int vtno); void console_restore_vt(void); +int console_activate_current(int tty); -- cgit