#ifndef _KERNEL_PLATFORM_X86_TASKING_SWITCHVM_H #define _KERNEL_PLATFORM_X86_TASKING_SWITCHVM_H #include #include void switch_uthreads(thread_t* thread); #endif