Add wnohang, make PS/2 driver write input to display scheme, which then passes it to the shell
This commit is contained in:
@@ -41,3 +41,5 @@ pub const O_FSYNC: usize = 0x80;
|
||||
pub const O_CREAT: usize = 0x200;
|
||||
pub const O_TRUNC: usize = 0x400;
|
||||
pub const O_EXCL: usize = 0x800;
|
||||
|
||||
pub const WNOHANG: usize = 1;
|
||||
|
||||
Reference in New Issue
Block a user