linuxkpi: Add more notifier defines

Needded by drm-kmod.

Reviewed by:	bz, emaste, hselasky
Obtained from:	drm-kmod
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D36018
This commit is contained in:
Emmanuel Vadot 2022-07-27 09:55:06 +02:00
parent 2d4b17685f
commit 7d2702a198

View File

@ -34,7 +34,10 @@
#include <sys/types.h>
#include <sys/eventhandler.h>
#define NOTIFY_DONE 0
#define NOTIFY_DONE 0
#define NOTIFY_OK 0x0001
#define NOTIFY_STOP_MASK 0x8000
#define NOTIFY_BAD (NOTIFY_STOP_MASK | 0x0002)
enum {
NETDEV_CHANGE,