Minor changes to build system
This commit is contained in:
parent
f478f8d38b
commit
a7fd9ac224
16 changed files with 391 additions and 224 deletions
|
|
@ -5,6 +5,9 @@ typedef enum {
|
|||
/* Success */
|
||||
KERNEL_STATUS_SUCCESS,
|
||||
|
||||
KERNEL_MUTEX_ACQUIRED,
|
||||
KERNEL_MUTEX_LOCKED,
|
||||
|
||||
/* General error */
|
||||
KERNEL_STATUS_ERROR,
|
||||
} kstatus;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue