Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
6d9fa80918c32c97ab5bb4192e7b6318c2d063a7
/
.
/
regs.h
blob: 9b0746cdbc3551f62382991e030ca46738ab74f2 [
file
] [
log
] [
blame
]
Dmitry V. Levin
5503dd2
2015-02-13 02:12:14 +0000
[
diff
] [
blame
]
1
#include
<sys/user.h>
2
3
#ifdef
HAVE_SYS_REG_H
4
# include <sys/reg.h>
5
#endif
6
7
#include
"arch_regs.h"