mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-25 16:57:20 +00:00
[Termios]1. Add termios test. 2.Add termios.h
1. Add termios test. 2.Add termios.h
This commit is contained in:
committed by
Bernard Xiong
parent
049ed5047f
commit
de0a201e44
7
components/libc/compilers/armlibc/termios.h
Normal file
7
components/libc/compilers/armlibc/termios.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _TERMIOS_H__
|
||||
#define _TERMIOS_H__
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <posix_termios.h>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user