minix/lib/libc/syscall/vm_getphys.S

7 lines
92 B
ArmAsm
Raw Normal View History

#include <machine/asm.h>
IMPORT(_vm_getphys)
ENTRY(vm_getphys)
jmp _C_LABEL(_vm_getphys)
2009-09-21 16:46:10 +02:00