Updated host-null (a stubs-only compilation test) to reflect

a few new callout functions.
This commit is contained in:
Kevin Lawton 2003-01-09 04:49:04 +00:00
parent 387dcf520f
commit c15abe90f2

View File

@ -150,9 +150,15 @@ hostCopyToUser(void *to, void *from, unsigned long len)
return 0;
}
int
hostMMap(vm_t *vm, void *iV, void *fV, void *vmaV,
unsigned pagesN, Bit32u *pagesArray)
Bit32u
hostGetAndPinUserPage(vm_t *vm, Bit32u userAddr, void **osSpecificPtr,
Bit32u *ppi, Bit32u *kernelAddr)
{
return 0;
}
void
hostUnpinUserPage(vm_t *vm, Bit32u userAddr, void *osSpecificPtr,
Bit32u ppi, Bit32u *kernelAddr, unsigned dirty)
{
}