mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-24 11:44:17 -05:00
coreinit/cache.h: Add OSMemoryBarrier (#127)
- add function OSMemoryBarrier
This commit is contained in:
@@ -191,6 +191,9 @@ DCTouchRange(void *addr,
|
||||
void
|
||||
ICInvalidateRange(void *addr,
|
||||
uint32_t size);
|
||||
|
||||
void
|
||||
OSMemoryBarrier(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user