#ifndef _RISCV_LINUX_OS_H #define _RISCV_LINUX_OS_H typedef ucontext_t os_context_t; typedef long os_context_register_t; #include "arch-os-generic.inc" #endif /* _RISCV_LINUX_OS_H */