mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
linuxkpi: errno: Add EHWPOISON
Needed by drm-kmod. Reviewed by: bz, hselasky Obtained from: drm-kmod Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D36017
This commit is contained in:
parent
37cda2837c
commit
2d4b17685f
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
|||
#define ERESTARTSYS 512
|
||||
#define ENOTSUPP EOPNOTSUPP
|
||||
#define ENONET EHOSTDOWN
|
||||
#define EHWPOISON 133 /* Memory page hardware error */
|
||||
|
||||
/*
|
||||
* The error numbers below are arbitrary and do not resemble the numbers
|
||||
|
|
|
|||
Loading…
Reference in a new issue