aboutsummaryrefslogtreecommitdiff
path: root/src/gfxstream/guest/fuchsia/include/sync/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfxstream/guest/fuchsia/include/sync/sync.h')
-rw-r--r--src/gfxstream/guest/fuchsia/include/sync/sync.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gfxstream/guest/fuchsia/include/sync/sync.h b/src/gfxstream/guest/fuchsia/include/sync/sync.h
new file mode 100644
index 00000000000..0eb33a9cc55
--- /dev/null
+++ b/src/gfxstream/guest/fuchsia/include/sync/sync.h
@@ -0,0 +1,10 @@
+#ifndef __SYNC_SYNC_H
+#define __SYNC_SYNC_H
+
+extern "C" {
+
+int sync_wait(int fd, int timeout);
+
+}
+
+#endif