Files
mango/vm/vm_bootstrap.c

7 lines
96 B
C

#include <socks/status.h>
kern_status_t vm_bootstrap(void)
{
return KERN_ERR_UNIMPLEMENTED;
}