aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/rs232.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/rs232.h')
-rw-r--r--openbsc/include/openbsc/rs232.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/rs232.h b/openbsc/include/openbsc/rs232.h
new file mode 100644
index 000000000..61187ca62
--- /dev/null
+++ b/openbsc/include/openbsc/rs232.h
@@ -0,0 +1,9 @@
+#ifndef _RS232_H
+#define _RS232_H
+
+int rs232_setup(const char *serial_port, unsigned int delay_ms,
+ struct gsm_bts *bts);
+
+int handle_serial_msg(struct msgb *msg);
+
+#endif /* _RS232_H */