Files
magenta/vm/vm_map.c
T

8 lines
91 B
C

#include <socks/vm.h>
#include <stddef.h>
vm_map_t *vm_map_create(void)
{
return NULL;
}