mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
10 lines
161 B
C
10 lines
161 B
C
#define GBA_H
|
|
#ifdef GBA_H
|
|
|
|
#include <nds/ndstypes.h>
|
|
|
|
void readEeprom(u8 *dst, u32 src, u32 len);
|
|
void writeEeprom(u32 dst, u8 *src, u32 len);
|
|
|
|
#endif // GBA_H
|