diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-12 20:59:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 20:59:37 +0300 |
commit | a2dc5cb0cf5db3b4d8103ab5abc6e67faae2e3d3 (patch) | |
tree | b39057449acad0ae7866534e5bdbad99091bd9f7 /arm7/lib/include/MI_swap.h | |
parent | 5c34c97254b35f93d9254e63265446f9f7d50817 (diff) | |
parent | 45f97db651b38ea41d33402efea293e50a31725a (diff) |
Merge branch 'master' into master
Diffstat (limited to 'arm7/lib/include/MI_swap.h')
-rw-r--r-- | arm7/lib/include/MI_swap.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arm7/lib/include/MI_swap.h b/arm7/lib/include/MI_swap.h new file mode 100644 index 00000000..8b18c5c1 --- /dev/null +++ b/arm7/lib/include/MI_swap.h @@ -0,0 +1,8 @@ +#ifndef GUARD_MI_SWAP_H +#define GUARD_MI_SWAP_H + +#include "nitro/types.h" + +u32 MI_SwapWord(register u32 data, register u32 * dst); + +#endif |