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