8 lines
119 B
C
8 lines
119 B
C
#ifndef STRACE_REGS_H
|
|
#define STRACE_REGS_H
|
|
|
|
#include <sys/user.h>
|
|
#include "arch_regs.h"
|
|
|
|
#endif /* !STRACE_REGS_H */
|