aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2006-07-03 19:47:27 -0700
committerDavid S. Miller <davem@davemloft.net>2006-07-03 19:47:27 -0700
commit4bdbf6c033ba05bff65f69989baccd7103c5a530 (patch)
treee4559c8222b066113d441b9545744a1c2bd569fc /include
parent[IOAT]: fix kernel-doc in source files (diff)
downloadlinux-dev-4bdbf6c033ba05bff65f69989baccd7103c5a530.tar.xz
linux-dev-4bdbf6c033ba05bff65f69989baccd7103c5a530.zip
[NET]: add+use poison defines
Add and use poison defines in net/. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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 @@
/********** drivers/atm/ **********/
#define ATM_POISON_FREE 0x12
+/********** net/ **********/
+#define NEIGHBOR_DEAD 0xdeadbeef
+#define NETFILTER_LINK_POISON 0xdead57ac
+
/********** kernel/mutexes **********/
#define MUTEX_DEBUG_INIT 0x11
#define MUTEX_DEBUG_FREE 0x22