Files
magenta/vm/vm_map.c
T

8 lines
91 B
C
Raw Normal View History

2022-12-28 23:04:09 +00:00
#include <socks/vm.h>
#include <stddef.h>
vm_map_t *vm_map_create(void)
{
return NULL;
}