summaryrefslogtreecommitdiff
path: root/src/user/lib/include
diff options
context:
space:
mode:
authordzwdz2022-10-04 13:59:21 +0200
committerdzwdz2022-10-04 13:59:21 +0200
commite83dca9817614d0dc77ce1e5dc13eed44b61eb2f (patch)
tree71bcb994d9cb4199cb002d39c06769f38be1ece2 /src/user/lib/include
parent710e9b2b5c16f74f66420c66d12455ad518d42c7 (diff)
user/libc: camellia_open, takes cwd into account
Diffstat (limited to 'src/user/lib/include')
-rw-r--r--src/user/lib/include/camellia.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/user/lib/include/camellia.h b/src/user/lib/include/camellia.h
new file mode 100644
index 0000000..f9b9f00
--- /dev/null
+++ b/src/user/lib/include/camellia.h
@@ -0,0 +1,5 @@
+#pragma once
+#include <camellia/flags.h>
+#include <camellia/types.h>
+
+handle_t camellia_open(const char *path, int flags);