Module Name: src Committed By: riastradh Date: Mon Aug 27 07:30:47 UTC 2018
Modified Files: src/sys/external/bsd/drm2/include/linux: reboot.h Log Message: Add missing forward struct declaration. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/include/linux/reboot.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/drm2/include/linux/reboot.h diff -u src/sys/external/bsd/drm2/include/linux/reboot.h:1.3 src/sys/external/bsd/drm2/include/linux/reboot.h:1.4 --- src/sys/external/bsd/drm2/include/linux/reboot.h:1.3 Mon Aug 27 07:24:36 2018 +++ src/sys/external/bsd/drm2/include/linux/reboot.h Mon Aug 27 07:30:47 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: reboot.h,v 1.3 2018/08/27 07:24:36 riastradh Exp $ */ +/* $NetBSD: reboot.h,v 1.4 2018/08/27 07:30:47 riastradh Exp $ */ /*- * Copyright (c) 2015 The NetBSD Foundation, Inc. @@ -35,6 +35,8 @@ #include <sys/types.h> #include <sys/reboot.h> +struct notifier_block; + /* XXX Implement this by posting a CRITICAL-OVER envsys event? */ static inline int orderly_poweroff(bool force __unused)