summaryrefslogtreecommitdiffstats
path: root/source/sync.h
diff options
context:
space:
mode:
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