Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hw_breakpoint.h
Go to the documentation of this file.
1 #ifndef _UAPI_LINUX_HW_BREAKPOINT_H
2 #define _UAPI_LINUX_HW_BREAKPOINT_H
3 
4 enum {
9 };
10 
11 enum {
18 };
19 
21  TYPE_INST = 0,
22 #ifdef CONFIG_HAVE_MIXED_BREAKPOINTS_REGS
23  TYPE_DATA = 0,
24 #else
25  TYPE_DATA = 1,
26 #endif
28 };
29 
30 #endif /* _UAPI_LINUX_HW_BREAKPOINT_H */