mirror of
https://github.com/pret/pmd-sky.git
synced 2026-09-26 12:17:30 -05:00
Labeled/decomped MI_SwapWord
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
#include <nitro/mi/wram.h>
|
||||
#include <nitro/mi/uncompress.h>
|
||||
#include <nitro/mi/mi_dma.h>
|
||||
#include <nitro/mi/swap.h>
|
||||
|
||||
#endif //NITRO_MI_H_
|
||||
|
||||
18
lib/include/nitro/mi/swap.h
Normal file
18
lib/include/nitro/mi/swap.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef NITRO_MI_SWAP_H_
|
||||
#define NITRO_MI_SWAP_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <nitro/misc.h>
|
||||
#include <nitro/types.h>
|
||||
|
||||
u32 MI_SwapWord(u32 setData, volatile u32 * destp);
|
||||
u8 MI_SwapByte(u32 setData, volatile u8 * destp);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user