Statistics
| Branch: | Revision:

root / linux-user / aarch64 / syscall_nr.h @ dc364f4c

History | View | Annotate | Download (9.9 kB)

# Date Author Comment
c7907301 09/10/2013 09:11 pm Alexander Graf

linux-user: Add syscall number definitions for AArch64

The AArch64 syscall definitions are all publicly available in the Linux
kernel. Let's add them to our linux-user emulation target, so that we
can easily handle AArch64 syscalls.

Signed-off-by: Alexander Graf <>...