Small Socket<->Terminal and Serial<->Terminal Tool
[svn42.git] / serial_console / usocket.h
diff --git a/serial_console/usocket.h b/serial_console/usocket.h
new file mode 100644 (file)
index 0000000..3bb470a
--- /dev/null
@@ -0,0 +1,14 @@
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <termios.h>
+#include <unistd.h>
+#include <stdio.h>
+#include <errno.h>
+#include <string.h>
+#include <sys/select.h>
+#include <sys/un.h>
+
+char const *socket_file_="/var/run/sensor.socket";
+