summaryrefslogtreecommitdiff
path: root/app/platform/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/platform/platform.h')
-rw-r--r--app/platform/platform.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/platform/platform.h b/app/platform/platform.h
new file mode 100644
index 0000000..c28300e
--- /dev/null
+++ b/app/platform/platform.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void PlatformInit(void);
+int PlatformGetWiFiFileDescriptor(void);
+int PlatformGetGPSFileDescriptor(void);
+
+#ifdef __cplusplus
+}
+#endif