mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
MFC after: 1 week Reviewed by: bz, emaste, hselasky, manu Differential Revision: https://reviews.freebsd.org/D33562
9 lines
148 B
C
9 lines
148 B
C
/* Public domain. */
|
|
|
|
#ifndef _LINUXKPI_LINUX_POISON_H
|
|
#define _LINUXKPI_LINUX_POISON_H
|
|
|
|
#define POISON_INUSE 0xdb
|
|
#define POISON_FREE 0xdf
|
|
|
|
#endif
|