mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
8 lines
113 B
C
8 lines
113 B
C
|
|
#ifndef __TTY_H__
|
||
|
|
#define __TTY_H__
|
||
|
|
|
||
|
|
struct termios;
|
||
|
|
int tty_open(const char *tty, struct termios *old);
|
||
|
|
|
||
|
|
#endif
|