interface: fs: replace ifc definition with xpcg

This commit is contained in:
2026-03-10 19:13:24 +00:00
parent 5931642cc2
commit 79af171384
3 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
interface fs {
msg open(string path, int flags) -> (int err);
msg read(size count) -> (int err, bytebuf data);
}