blob: e29448815521f30f0ef0e00a03c2d0110f33f785 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef GUARD_RESET_SAVE_HEAP_H
#define GUARD_RESET_SAVE_HEAP_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void ResetSaveHeap(void);
#endif //GUARD_RESET_SAVE_HEAP_H
|