2024-11-06 15:33:23 +08:00

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