DDeepin Developerfeat: Init commit
430163a1创建于 2022年10月19日历史提交
#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 */