aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/mp_serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/mp_serial.h')
-rw-r--r--ncpd/mp_serial.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ncpd/mp_serial.h b/ncpd/mp_serial.h
new file mode 100644
index 0000000..4f7835a
--- /dev/null
+++ b/ncpd/mp_serial.h
@@ -0,0 +1,7 @@
+#ifndef _mp_serial_h
+#define _mp_serial_h
+
+int init_serial(const char *dev, int speed, int debug);
+void ser_exit(int fd);
+
+#endif