aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/uapi/linux/hw_breakpoint.h4
-rw-r--r--tools/include/uapi/linux/hw_breakpoint.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/include/uapi/linux/hw_breakpoint.h b/include/uapi/linux/hw_breakpoint.h
index b04000a2296a..2b65efd19a46 100644
--- a/include/uapi/linux/hw_breakpoint.h
+++ b/include/uapi/linux/hw_breakpoint.h
@@ -4,7 +4,11 @@
4enum { 4enum {
5 HW_BREAKPOINT_LEN_1 = 1, 5 HW_BREAKPOINT_LEN_1 = 1,
6 HW_BREAKPOINT_LEN_2 = 2, 6 HW_BREAKPOINT_LEN_2 = 2,
7 HW_BREAKPOINT_LEN_3 = 3,
7 HW_BREAKPOINT_LEN_4 = 4, 8 HW_BREAKPOINT_LEN_4 = 4,
9 HW_BREAKPOINT_LEN_5 = 5,
10 HW_BREAKPOINT_LEN_6 = 6,
11 HW_BREAKPOINT_LEN_7 = 7,
8 HW_BREAKPOINT_LEN_8 = 8, 12 HW_BREAKPOINT_LEN_8 = 8,
9}; 13};
10 14
diff --git a/tools/include/uapi/linux/hw_breakpoint.h b/tools/include/uapi/linux/hw_breakpoint.h
index b04000a2296a..2b65efd19a46 100644
--- a/tools/include/uapi/linux/hw_breakpoint.h
+++ b/tools/include/uapi/linux/hw_breakpoint.h
@@ -4,7 +4,11 @@
4enum { 4enum {
5 HW_BREAKPOINT_LEN_1 = 1, 5 HW_BREAKPOINT_LEN_1 = 1,
6 HW_BREAKPOINT_LEN_2 = 2, 6 HW_BREAKPOINT_LEN_2 = 2,
7 HW_BREAKPOINT_LEN_3 = 3,
7 HW_BREAKPOINT_LEN_4 = 4, 8 HW_BREAKPOINT_LEN_4 = 4,
9 HW_BREAKPOINT_LEN_5 = 5,
10 HW_BREAKPOINT_LEN_6 = 6,
11 HW_BREAKPOINT_LEN_7 = 7,
8 HW_BREAKPOINT_LEN_8 = 8, 12 HW_BREAKPOINT_LEN_8 = 8,
9}; 13};
10 14