[Termios]1. Add termios test. 2.Add termios.h

1. Add termios test. 2.Add termios.h
This commit is contained in:
JasonJiaJie
2017-12-07 11:06:10 +08:00
committed by Bernard Xiong
parent 049ed5047f
commit de0a201e44
3 changed files with 373 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
#ifndef _TERMIOS_H__
#define _TERMIOS_H__
#include <sys/types.h>
#include <posix_termios.h>
#endif