LinuxKPI: Import linux/poison.h header

Required by drm-kmod 5.6

Reviewed by:	hselasky, imp, manu
Obtained from:	OpenBSD
Differential revision:	https://reviews.freebsd.org/D32092

(cherry picked from commit 6efabdeede)
This commit is contained in:
Vladimir Kondratyev 2021-09-29 23:14:34 +03:00
parent 7db428f0bb
commit 0ed3a19a38

View file

@ -0,0 +1,9 @@
/* Public domain. */
#ifndef _LINUX_POISON_H
#define _LINUX_POISON_H
#define POISON_INUSE 0xdb
#define POISON_FREE 0xdf
#endif