mirror of
https://github.com/ZeroOSProject/ZeroOS.git
synced 2026-09-13 02:24:42 +08:00
vi and busybox
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
use crate::ipc::Message;
|
||||
|
||||
pub const OP_OPEN: u16 = 1;
|
||||
pub const OP_READ: u16 = 2;
|
||||
pub const OP_WRITE: u16 = 3;
|
||||
pub const OP_CLOSE: u16 = 4;
|
||||
|
||||
pub fn dispatch(_message: Message) -> isize {
|
||||
-38
|
||||
}
|
||||
Reference in New Issue
Block a user