[Yunq] Move example files into subdir.
This commit is contained in:
parent
c8dcc07d7d
commit
60de1ec9d3
7 changed files with 0 additions and 0 deletions
14
yunq/example/example.yunq
Normal file
14
yunq/example/example.yunq
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
interface VFS {
|
||||
method open (OpenFileRequest) -> (File);
|
||||
}
|
||||
|
||||
message OpenFileRequest {
|
||||
string path;
|
||||
u64 options;
|
||||
}
|
||||
|
||||
message File {
|
||||
string path;
|
||||
u64 attrs;
|
||||
capability mem_cap;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue