]> git.proxmox.com Git - mirror_qemu.git/blame - linux-user/riscv/syscall_nr.h
linux-user/riscv: Update the syscall_nr's to the 5.5 kernel
[mirror_qemu.git] / linux-user / riscv / syscall_nr.h
CommitLineData
47ae93cd
MC
1/*
2 * Syscall numbers from asm-generic, common for most
3 * of recently-added arches including RISC-V.
4 */
5
f91005e1
MA
6#ifndef LINUX_USER_RISCV_SYSCALL_NR_H
7#define LINUX_USER_RISCV_SYSCALL_NR_H
8
47ae93cd 9#ifdef TARGET_RISCV32
50efc695 10# include "syscall32_nr.h"
47ae93cd 11#else
50efc695 12# include "syscall64_nr.h"
47ae93cd 13#endif
f91005e1
MA
14
15#endif