• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef STRACE_REGS_H
2 #define STRACE_REGS_H
3 
4 #include <sys/user.h>
5 
6 #ifdef HAVE_SYS_REG_H
7 # include <sys/reg.h>
8 #endif
9 
10 #include "arch_regs.h"
11 
12 #endif /* !STRACE_REGS_H */
13