(WiiU) Add OS memory mapping imports
Used in some upcoming cores.
This commit is contained in:
parent
56feacf3b6
commit
7c34fd46e1
|
@ -56,6 +56,12 @@ IMPORT(OSSignalSemaphore);
|
||||||
IMPORT(OSWaitSemaphore);
|
IMPORT(OSWaitSemaphore);
|
||||||
IMPORT(OSTryWaitSemaphore);
|
IMPORT(OSTryWaitSemaphore);
|
||||||
|
|
||||||
|
IMPORT(OSAllocVirtAddr);
|
||||||
|
IMPORT(OSFreeVirtAddr);
|
||||||
|
IMPORT(OSGetMapVirtAddrRange);
|
||||||
|
IMPORT(OSMapMemory);
|
||||||
|
IMPORT(OSUnmapMemory);
|
||||||
|
|
||||||
IMPORT(exit);
|
IMPORT(exit);
|
||||||
IMPORT(_Exit);
|
IMPORT(_Exit);
|
||||||
IMPORT(__os_snprintf);
|
IMPORT(__os_snprintf);
|
||||||
|
|
Loading…
Reference in New Issue