minix/lib/syscall/getdma.s
2008-02-21 16:02:22 +00:00

8 lines
78 B
ArmAsm
Executable file

.sect .text
.extern __getdma
.define _getdma
.align 2
_getdma:
jmp __getdma