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/furi_hal_include/furi_hal.h')
-rw-r--r--firmware/targets/furi_hal_include/furi_hal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/targets/furi_hal_include/furi_hal.h b/firmware/targets/furi_hal_include/furi_hal.h
index 334c628f..12bddebb 100644
--- a/firmware/targets/furi_hal_include/furi_hal.h
+++ b/firmware/targets/furi_hal_include/furi_hal.h
@@ -44,3 +44,9 @@ template <unsigned int N> struct STOP_EXTERNING_ME {};
/** Init furi_hal */
void furi_hal_init();
+
+/**
+ * Init critical parts of furi_hal
+ * That code should not use memory allocations
+ */
+void furi_hal_init_critical();