Version:
~ [ 0.6-2.3.46 ] ~
Architecture:
~ [ um ] ~
** Warning: Cannot open xref database.
1 #ifndef __UM_PTRACE_H
2 #define __UM_PTRACE_H
3
4 #include "asm/current.h"
5
6 #define pt_regs pt_regs_i386
7
8 #include "asm/arch/ptrace.h"
9
10 #undef pt_regs
11 #undef user_mode
12 #undef instruction_pointer
13
14 struct pt_regs { int foo; };
15
16 #define user_mode(regs) ((current)->thread.tracing)
17
18 #endif
19
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.