mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07: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
|