mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
7db428f0bb
commit
0ed3a19a38
1 changed files with 9 additions and 0 deletions
9
sys/compat/linuxkpi/common/include/linux/poison.h
Normal file
9
sys/compat/linuxkpi/common/include/linux/poison.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* Public domain. */
|
||||
|
||||
#ifndef _LINUX_POISON_H
|
||||
#define _LINUX_POISON_H
|
||||
|
||||
#define POISON_INUSE 0xdb
|
||||
#define POISON_FREE 0xdf
|
||||
|
||||
#endif
|
||||
Loading…
Reference in a new issue