interface: fs: replace ifc definition with xpcg
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
interface fs {
|
||||
msg open(string path, int flags) -> (int err);
|
||||
msg read(size count) -> (int err, bytebuf data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user