mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-18 11:35:38 -04:00
19 lines
222 B
C
19 lines
222 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void LinkReset_ARM9();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
/*
|
|
--------------------------
|
|
EDIY Studio
|
|
http://www.gbalink.net
|
|
http://www.ds-link.net
|
|
--------------------------
|
|
*/
|