WiiFlow_Lite/resources/app_booter/source/sync.h

9 lines
180 B
C
Raw Normal View History

2012-01-21 21:57:41 +01:00
#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