mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 02:52:42 +08:00
cleanup
This commit is contained in:
@@ -44,9 +44,11 @@
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
int mg_linux_tty_init(BOOL graf_mode, BOOL vt_switch);
|
||||
int mg_linux_tty_fini(void);
|
||||
int mg_linux_tty_init(BOOL graf_mode);
|
||||
int mg_linux_tty_enable_vt_switch(void);
|
||||
int mg_linux_tty_disable_vt_switch(void);
|
||||
int mg_linux_tty_switch_vt(int vt);
|
||||
int mg_linux_tty_fini(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user