mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 11:14:01 +00:00
接着上个
This commit is contained in:
8
clks.local.bak/include/clks/serial.h
Normal file
8
clks.local.bak/include/clks/serial.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef CLKS_SERIAL_H
|
||||
#define CLKS_SERIAL_H
|
||||
|
||||
void clks_serial_init(void);
|
||||
void clks_serial_write_char(char ch);
|
||||
void clks_serial_write(const char *text);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user