minix/lib/libc/syscall/cfgetospeed.S

7 lines
95 B
ArmAsm
Raw Normal View History

#include <machine/asm.h>
IMPORT(_cfgetospeed)
ENTRY(cfgetospeed)
jmp _C_LABEL(_cfgetospeed)
2005-04-21 16:53:53 +02:00