mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
Split the function tty_open() to a separate file. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
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
|