osmo-bsc/include/openbsc/rs232.h

9 lines
165 B
C

#ifndef _RS232_H
#define _RS232_H
int rs232_setup(const char *serial_port, unsigned int delay_ms);
int handle_serial_msg(struct msgb *msg);
#endif /* _RS232_H */