storage_int.h 175 B

12345678910111213
  1. #pragma once
  2. #include <furi.h>
  3. #include "../storage_glue.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. void storage_int_init(StorageData* storage);
  8. #ifdef __cplusplus
  9. }
  10. #endif