kernel: add generic FATAL_ERROR status code
This commit is contained in:
@@ -15,6 +15,7 @@ typedef unsigned int kern_status_t;
|
||||
#define KERN_NO_DEVICE (9)
|
||||
#define KERN_DEVICE_STUCK (10)
|
||||
#define KERN_IO_ERROR (11)
|
||||
#define KERN_FATAL_ERROR (12)
|
||||
|
||||
extern const char *kern_status_string(kern_status_t status);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user