diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-07-12 11:47:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-12 11:47:48 -0400 |
commit | 6decb557c60b33ace42fe1329e1b104b8e67066a (patch) | |
tree | 30cf7bdab462ef21f6ad7b1a35684a567301f9b1 /arm9/lib/include | |
parent | 19823b0d54000c5eade4039cf27d3e70e740f012 (diff) | |
parent | 3b6a10b8b12f0a58663e8625a121562d8f1ff046 (diff) |
Merge pull request #227 from PikalaxALT/MI_swap
MI_swap.c
Diffstat (limited to 'arm9/lib/include')
-rw-r--r-- | arm9/lib/include/MI_swap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/lib/include/MI_swap.h b/arm9/lib/include/MI_swap.h new file mode 100644 index 00000000..433b5804 --- /dev/null +++ b/arm9/lib/include/MI_swap.h @@ -0,0 +1,6 @@ +#ifndef NITRO_MI_SWAP_H_ +#define NITRO_MI_SWAP_H_ + +u32 MI_SwapWord(u32 setData, volatile u32 * destp); + +#endif //NITRO_MI_SWAP_H_ |