summaryrefslogtreecommitdiffstats
path: root/include/resync.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/resync.h')
-rw-r--r--include/resync.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/resync.h b/include/resync.h
new file mode 100644
index 0000000..5986600
--- /dev/null
+++ b/include/resync.h
@@ -0,0 +1,7 @@
+#ifndef _RESYNC_H_
+#define _RESYNC_H_
+
+void resync_req(void);
+void resync_send(int (*do_cache_to_tx)(void *data1, void *data2));
+
+#endif /*_RESYNC_H_ */