Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1058 → Rev 1075

/boot/trunk/arch/ppc32/loader/ofw.c
129,6 → 129,12
}
 
 
int ofw_map(const void *phys, const void *virt, const int size, const int mode)
{
return ofw_call("call-method", 6, 1, "map", ofw_mmu, mode, size, virt, phys);
}
 
 
int ofw_memmap(memmap_t *map)
{
int i;