Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
tty.h
Go to the documentation of this file.
1 
4 #ifndef __KERNEL_TTY_H__
5 #define __KERNEL_TTY_H__
6 
7 ssize_t console_write(const char *buf, size_t size);
8 void early_write(char *buf, size_t size);
9 
10 #endif