8 lines
98 B
C
8 lines
98 B
C
|
#include <sys/user.h>
|
||
|
|
||
|
#ifdef HAVE_SYS_REG_H
|
||
|
# include <sys/reg.h>
|
||
|
#endif
|
||
|
|
||
|
#include "arch_regs.h"
|