From 390aec5ca22e62d128e71d1dee312a2f0a82ab68 Mon Sep 17 00:00:00 2001
From: dzwdz
Date: Fri, 19 Aug 2022 19:44:36 +0200
Subject: syscall/fs_wait: return a handle for each request

---
 src/user/lib/compat.h | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 src/user/lib/compat.h

(limited to 'src/user/lib/compat.h')

diff --git a/src/user/lib/compat.h b/src/user/lib/compat.h
new file mode 100644
index 0000000..b678cf5
--- /dev/null
+++ b/src/user/lib/compat.h
@@ -0,0 +1,6 @@
+#pragma once
+#include <camellia/types.h>
+
+/* c0 - fs_wait returning a handle */
+long c0_fs_wait(char *buf, long len, struct fs_wait_response *res);
+long c0_fs_respond(void *buf, long ret, int flags);
-- 
cgit v1.2.3