Added stubs for the kernel memory manager
This commit is contained in:
7
vm/vm_object.c
Normal file
7
vm/vm_object.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <socks/vm.h>
|
||||
#include <stddef.h>
|
||||
|
||||
vm_object_t *vm_object_create(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
Reference in New Issue
Block a user