Squash commits for public release
This commit is contained in:
9
kernel/include/platform/x86/tasking/switchvm.h
Normal file
9
kernel/include/platform/x86/tasking/switchvm.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _KERNEL_PLATFORM_X86_TASKING_SWITCHVM_H
|
||||
#define _KERNEL_PLATFORM_X86_TASKING_SWITCHVM_H
|
||||
|
||||
#include <libkern/types.h>
|
||||
#include <tasking/tasking.h>
|
||||
|
||||
void switch_uthreads(thread_t* thread);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user