]> git.tdb.fi Git - ext/subsurface.git/blobdiff - linux.c
Make icon file name OS helper function
[ext/subsurface.git] / linux.c
diff --git a/linux.c b/linux.c
index 2edcf85a1ebebfab5b4f32a21e87f04561b29e84..d2a92596ebbcde791bc8008206ebbef8c2b35ceb 100644 (file)
--- a/linux.c
+++ b/linux.c
@@ -46,3 +46,13 @@ void subsurface_close_conf(void)
 {
        /* this is a no-op */
 }
+
+const char *subsurface_USB_name()
+{
+       return "/dev/ttyUSB0";
+}
+
+const char *subsurface_icon_name()
+{
+       return "subsurface.svg";
+}