aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/rs232.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/openbsc/rs232.h b/include/openbsc/rs232.h
new file mode 100644
index 000000000..deb0c6b29
--- /dev/null
+++ b/include/openbsc/rs232.h
@@ -0,0 +1,8 @@
+#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 */