kernel: add more status codes
This commit is contained in:
@@ -12,6 +12,7 @@ typedef unsigned int kern_status_t;
|
||||
#define KERN_NO_ENTRY (6)
|
||||
#define KERN_WOULD_BLOCK (7)
|
||||
#define KERN_BUSY (8)
|
||||
#define KERN_NO_DEVICE (9)
|
||||
|
||||
extern const char *kern_status_string(kern_status_t status);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user