mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 19:34:01 +00:00
初始化
This commit is contained in:
12
clks/include/clks/tty.h
Normal file
12
clks/include/clks/tty.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CLKS_TTY_H
|
||||
#define CLKS_TTY_H
|
||||
|
||||
#include <clks/types.h>
|
||||
|
||||
void clks_tty_init(void);
|
||||
void clks_tty_write(const char *text);
|
||||
void clks_tty_write_char(char ch);
|
||||
void clks_tty_switch(u32 tty_index);
|
||||
u32 clks_tty_active(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user