mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 01:54:50 -05: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
|