diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-07-03 22:48:25 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-07-03 22:48:25 -0400 |
commit | 3c6b377321678c649f9b3c66da0149975c614102 (patch) | |
tree | 0e7c7a40ad55402ae009fd5a59741a28b5d8ea4b /include/linux/poison.h | |
parent | 4bdbf6c033ba05bff65f69989baccd7103c5a530 (diff) |
[ATM]: add+use poison defines
ATM: add and use POISON define values.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/poison.h')
-rw-r--r-- | include/linux/poison.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/poison.h b/include/linux/poison.h index 05d7d0fd6bdb..3e628f990fdf 100644 --- a/include/linux/poison.h +++ b/include/linux/poison.h | |||
@@ -44,6 +44,7 @@ | |||
44 | 44 | ||
45 | /********** drivers/atm/ **********/ | 45 | /********** drivers/atm/ **********/ |
46 | #define ATM_POISON_FREE 0x12 | 46 | #define ATM_POISON_FREE 0x12 |
47 | #define ATM_POISON 0xdeadbeef | ||
47 | 48 | ||
48 | /********** net/ **********/ | 49 | /********** net/ **********/ |
49 | #define NEIGHBOR_DEAD 0xdeadbeef | 50 | #define NEIGHBOR_DEAD 0xdeadbeef |