7 lines
143 B
C
7 lines
143 B
C
#ifndef TTYDEVICE_H
|
|
#define TTYDEVICE_H
|
|
#include "modem_types.h"
|
|
#include "utils.h"
|
|
int tty_open_device(PROFILE_T *profile,FDS_T *fds);
|
|
#endif
|