mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
16 lines
195 B
C
16 lines
195 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void flipper_boot_update_exec(void);
|
|
|
|
void flipper_boot_dfu_exec(void);
|
|
|
|
void flipper_boot_recovery_exec(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|