#ifndef HAZEL_KERNEL_H_ #define HAZEL_KERNEL_H_ #include #include #define cpu_relax asm volatile ("pause" ::) #define CHECK_FLAG(x, n) (x & (1<