mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Prototype VFS API.
This commit is contained in:
13
lib/vfs/vfs.proto
Normal file
13
lib/vfs/vfs.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto2";
|
||||
|
||||
import "lib/common.proto";
|
||||
|
||||
message DfsProto {
|
||||
enum Flavour {
|
||||
UNDEFINED = 0;
|
||||
ACORN_DFS = 1;
|
||||
}
|
||||
|
||||
optional Flavour flavour = 1 [default = ACORN_DFS, (help) = "which flavour of DFS to implement"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user