1 2 3 4 5 6
#ifndef NITRO_MI_SWAP_H_ #define NITRO_MI_SWAP_H_ u32 MI_SwapWord(u32 setData, volatile u32 * destp); #endif //NITRO_MI_SWAP_H_