blob: 6fb2a4340f4474a0a5024dcdd1be2e1d7f9253bb [file] [log] [blame]
/* autogenerated by gensyscalls.py */
#include <machine/asm.h>
#include <sys/linux-syscalls.h>
ENTRY(__getpriority)
mov ip, r7
ldr r7, =__NR_getpriority
swi #0
mov r7, ip
movs r0, r0
bxpl lr
b __set_syscall_errno
END(__getpriority)