kernel: add header files
This commit is contained in:
11
include/kernel/flags.h
Normal file
11
include/kernel/flags.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef KERNEL_FLAGS_H_
|
||||
#define KERNEL_FLAGS_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef enum {
|
||||
S_NORMAL = 0x00u,
|
||||
S_NOBLOCK = 0x01u,
|
||||
} mango_flags_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user