/* Public domain. */ #ifndef _LINUX_POISON_H #define _LINUX_POISON_H #define POISON_INUSE 0xdb #define POISON_FREE 0xdf #endif