mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-26 13:32:55 -04:00
13 lines
217 B
C
13 lines
217 B
C
#ifndef GUARD_code_800B540_H
|
|
#define GUARD_code_800B540_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
|
|
void CpuClear(u32 *dest, int size);
|
|
|
|
#endif //GUARD_code_800B540_H
|