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