blob: 8cb03890622ff84933530deb411b338c688ebe70 (
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 sub_8079B7C(void);
#endif //GUARD_RESET_SAVE_HEAP_H
|