alt_boot.h 147 B

12345678910111213
  1. #pragma once
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. void flipper_boot_update_exec();
  6. void flipper_boot_dfu_exec();
  7. #ifdef __cplusplus
  8. }
  9. #endif