Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/targets/f7/furi_hal/furi_hal_os.h')
-rw-r--r--firmware/targets/f7/furi_hal/furi_hal_os.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/firmware/targets/f7/furi_hal/furi_hal_os.h b/firmware/targets/f7/furi_hal/furi_hal_os.h
new file mode 100644
index 00000000..0b3d1580
--- /dev/null
+++ b/firmware/targets/f7/furi_hal/furi_hal_os.h
@@ -0,0 +1,16 @@
+#pragma once
+
+#include <stdint.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* Initialize OS helpers
+ * Configure and start tick timer
+ */
+void furi_hal_os_init();
+
+#ifdef __cplusplus
+}
+#endif \ No newline at end of file