blob: d3bd7968a4e9271873e218c9fece3ad445cfcc77 [file] [log] [blame]
San Mehat75c5e252010-02-23 15:55:29 -08001/* autogenerated by gensyscalls.py */
Kenny Rootfb723c82011-02-17 10:47:44 -08002#include <machine/asm.h>
San Mehat75c5e252010-02-23 15:55:29 -08003#include <sys/linux-syscalls.h>
4
Kenny Rootfb723c82011-02-17 10:47:44 -08005ENTRY(ioprio_get)
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +01006 mov ip, r7
San Mehat75c5e252010-02-23 15:55:29 -08007 ldr r7, =__NR_ioprio_get
8 swi #0
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +01009 mov r7, ip
San Mehat75c5e252010-02-23 15:55:29 -080010 movs r0, r0
11 bxpl lr
12 b __set_syscall_errno
Kenny Rootfb723c82011-02-17 10:47:44 -080013END(ioprio_get)