1 #ifndef STRACE_REGS_H
2 #define STRACE_REGS_H
3 
4 #include <sys/user.h>
5 #include "arch_regs.h"
6 
7 #endif /* !STRACE_REGS_H */
8