aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/sysevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/sysevent.h')
-rw-r--r--include/sys/sysevent.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sys/sysevent.h b/include/sys/sysevent.h
index 2922e3072..6510297d6 100644
--- a/include/sys/sysevent.h
+++ b/include/sys/sysevent.h
@@ -27,4 +27,10 @@
#ifndef _SYS_SYSEVENT_H
#define _SYS_SYSEVENT_H
+#include <sys/nvpair.h>
+
+typedef struct sysevent {
+ nvlist_t *resource;
+} sysevent_t;
+
#endif