summaryrefslogtreecommitdiff
path: root/regs.h
blob: 9b0746cdbc3551f62382991e030ca46738ab74f2 (plain)
1
2
3
4
5
6
7
#include <sys/user.h>

#ifdef HAVE_SYS_REG_H
# include <sys/reg.h>
#endif

#include "arch_regs.h"