Imported Upstream version 2.7.1

This commit is contained in:
Laurent Bigonville 2013-11-24 16:00:12 +01:00
parent a1fa151fc7
commit 0121794af9
451 changed files with 41339 additions and 10887 deletions

View file

@ -15,8 +15,10 @@
#define SER_ERR_LIMIT 10 /* start limiting after 10 in a row */
#define SER_ERR_RATE 100 /* then only print every 100th error */
int ser_open_nf(const char *port);
int ser_open(const char *port);
int ser_set_speed_nf(int fd, const char *port, speed_t speed);
int ser_set_speed(int fd, const char *port, speed_t speed);
/* set the state of modem control lines */