Simple file IO with the ioctl syscall
This commit is contained in:
@ -13,6 +13,7 @@ enum {
|
||||
E_BADSYSCALL = -8,
|
||||
E_DOSCHEDULING = -9,
|
||||
E_INVALIDARGUMENT = -10,
|
||||
E_INVALIDOPER = -11,
|
||||
};
|
||||
|
||||
#endif // ERRORS_H_
|
||||
|
Reference in New Issue
Block a user