runtime: status: add descriptive messages for status codes
This commit is contained in:
@@ -20,5 +20,6 @@ enum bshell_status {
|
||||
};
|
||||
|
||||
extern enum bshell_status bshell_status_from_errno(int err);
|
||||
extern const char *bshell_status_get_description(int err);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user