mirror of
https://github.com/opnsense/src.git
synced 2026-05-16 02:59:48 -04:00
MFC after: 1 week
Reviewed by: bz, emaste, hselasky, manu
Differential Revision: https://reviews.freebsd.org/D33562
(cherry picked from commit 307f78f3ed)
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
|