Newer
Older
ubixos / sys / vmm / freevirtualpage.c
#include <sys/types.h>

int vmm_freeVirtualPage(uint32_t addr) {
  return(0);
}