diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-07-03 19:48:25 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-07-03 19:48:25 -0700 |
commit | 3c6b377321678c649f9b3c66da0149975c614102 (patch) | |
tree | 0e7c7a40ad55402ae009fd5a59741a28b5d8ea4b /include | |
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')
-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 @@ /********** drivers/atm/ **********/ #define ATM_POISON_FREE 0x12 +#define ATM_POISON 0xdeadbeef /********** net/ **********/ #define NEIGHBOR_DEAD 0xdeadbeef |