RetroArch/wii/app_booter/sync.h
Toad King 20db83cd93 (NGC) new dol booter, move app_booter to wii folder
move package folders to wii and ngc respectively
2012-09-03 18:05:23 -04:00

9 lines
180 B
C

#ifndef __SYNC_H_
#define __SYNC_H_
void sync_before_read(void *p, u32 len);
void sync_after_write(const void *p, u32 len);
void sync_before_exec(const void *p, u32 len);
#endif