summaryrefslogtreecommitdiffstats
path: root/source/sync.h
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2021-03-27 10:36:05 +1100
committerGentoo <installgentoo@endianness.com>2021-03-27 10:36:05 +1100
commit0349c6d6572f59770898d3f40287ebdcd2f8ed30 (patch)
tree4f55d594e5343a7d4f4e6d4dea34d9c35caa0b99 /source/sync.h
downloadYetAnotherModLoader-master.tar.gz
YetAnotherModLoader-master.tar.bz2
YetAnotherModLoader-master.zip
initial commitHEADmaster
Diffstat (limited to 'source/sync.h')
-rw-r--r--source/sync.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/sync.h b/source/sync.h
new file mode 100644
index 0000000..a0c55d1
--- /dev/null
+++ b/source/sync.h
@@ -0,0 +1,8 @@
+#ifndef __SYNC_H__
+#define __SYNC_H__
+
+#include <stdint.h>
+
+void sync_before_exec(const void *p, uint32_t len);
+
+#endif