mirror of
https://github.com/pret/pmd-sky.git
synced 2026-09-09 03:45:56 -05:00
Labeled/decomped MI_SwapWord
This commit is contained in:
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