core: add enum name to b_status
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#define B_OK(status) ((status) == B_SUCCESS)
|
||||
#define B_ERR(status) ((status) != B_SUCCESS)
|
||||
|
||||
typedef enum {
|
||||
typedef enum b_status {
|
||||
B_SUCCESS = 0x00u,
|
||||
B_ERR_NO_MEMORY,
|
||||
B_ERR_OUT_OF_BOUNDS,
|
||||
|
||||
Reference in New Issue
Block a user