xref: /third_party/musl/arch/riscv32/bits/user.h (revision 570af302)
1#include <signal.h>
2
3#define ELF_NGREG 32
4#define ELF_NFPREG 33
5typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
6typedef union __riscv_mc_fp_state elf_fpregset_t;
7