]> granicus.if.org Git - strace/blob - regs.h
sg_io: cleanup printing of sg_io buffers
[strace] / regs.h
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 */