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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/poison.h b/include/linux/poison.h
index d536de7dd825..4109f37b7b66 100644
--- a/include/linux/poison.h
+++ b/include/linux/poison.h
@@ -42,4 +42,10 @@
42#define POOL_POISON_FREED 0xa7 /* !inuse */ 42#define POOL_POISON_FREED 0xa7 /* !inuse */
43#define POOL_POISON_ALLOCATED 0xa9 /* !initted */ 43#define POOL_POISON_ALLOCATED 0xa9 /* !initted */
44 44
45/********** drivers/atm/ **********/
46#define ATM_POISON_FREE 0x12
47
48/********** sound/oss/ **********/
49#define OSS_POISON_FREE 0xAB
50
45#endif 51#endif