aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/poison.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/poison.h')
-rw-r--r--include/linux/poison.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/poison.h b/include/linux/poison.h
index a5347c02432e..05d7d0fd6bdb 100644
--- a/include/linux/poison.h
+++ b/include/linux/poison.h
@@ -45,6 +45,10 @@
45/********** drivers/atm/ **********/ 45/********** drivers/atm/ **********/
46#define ATM_POISON_FREE 0x12 46#define ATM_POISON_FREE 0x12
47 47
48/********** net/ **********/
49#define NEIGHBOR_DEAD 0xdeadbeef
50#define NETFILTER_LINK_POISON 0xdead57ac
51
48/********** kernel/mutexes **********/ 52/********** kernel/mutexes **********/
49#define MUTEX_DEBUG_INIT 0x11 53#define MUTEX_DEBUG_INIT 0x11
50#define MUTEX_DEBUG_FREE 0x22 54#define MUTEX_DEBUG_FREE 0x22