kernel: add kern_status_string()
This commit is contained in:
@@ -11,4 +11,6 @@ typedef unsigned int kern_status_t;
|
||||
#define KERN_NO_MEMORY (5)
|
||||
#define KERN_NO_ENTRY (6)
|
||||
|
||||
extern const char *kern_status_string(kern_status_t status);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user