diff options
Diffstat (limited to 'gba/source/link.h')
| -rw-r--r-- | gba/source/link.h | 12 |
1 files changed, 12 insertions, 0 deletions
| diff --git a/gba/source/link.h b/gba/source/link.h new file mode 100644 index 0000000..f18b38a --- /dev/null +++ b/gba/source/link.h | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | #ifndef _LINK_H_ | ||
| 2 | #define _LINK_H_ | ||
| 3 | |||
| 4 | #include <gba.h> | ||
| 5 | |||
| 6 | void waitForWriteAccess(); | ||
| 7 | void waitForAck(); | ||
| 8 | void sendS32(s32 val); | ||
| 9 | void sendU32(u32 val); | ||
| 10 | u32 recieveU32(); | ||
| 11 | |||
| 12 | #endif | ||
