/* Public domain. */

#ifndef _LINUXKPI_LINUX_POISON_H
#define _LINUXKPI_LINUX_POISON_H

#define POISON_INUSE	0xdb
#define POISON_FREE	0xdf

#endif
