mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-16 12:45:11 -04:00
fix merge
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
u32 __osSpGetStatus(void);
|
||||
void __osSpSetStatus(u32 data);
|
||||
s32 __osSpSetPc(void* pc);
|
||||
s32 __osSpRawStartDma(s32 direction, void* devAddr, void* dramAddr, size_t size);
|
||||
s32 __osSpSetPc(u32 pc);
|
||||
s32 __osSpRawStartDma(s32 direction, u32 devAddr, void* dramAddr, size_t size);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user