#ifndef __KERNEL_TYPES_H #define __KNERLE_TYPES_H #include typedef uint64_t tid_t; struct task_t; typedef uint64_t cpuid_t; struct cpu_t; #endif