#ifndef KERNEL_FLAGS_H_ #define KERNEL_FLAGS_H_ #include typedef enum { S_NORMAL = 0x00u, S_NOBLOCK = 0x01u, } mango_flags_t; #endif