Module Name:    src
Committed By:   kim
Date:           Sun Jul 12 08:48:49 UTC 2020

Modified Files:
        src/sys/dev/i2c: dbcool_var.h

Log Message:
Make this compile


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/i2c/dbcool_var.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/dev/i2c/dbcool_var.h
diff -u src/sys/dev/i2c/dbcool_var.h:1.16 src/sys/dev/i2c/dbcool_var.h:1.17
--- src/sys/dev/i2c/dbcool_var.h:1.16	Thu Apr 16 23:29:53 2020
+++ src/sys/dev/i2c/dbcool_var.h	Sun Jul 12 08:48:49 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: dbcool_var.h,v 1.16 2020/04/16 23:29:53 rin Exp $ */
+/*	$NetBSD: dbcool_var.h,v 1.17 2020/07/12 08:48:49 kim Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dbcool_var.h,v 1.16 2020/04/16 23:29:53 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dbcool_var.h,v 1.17 2020/07/12 08:48:49 kim Exp $");
 
 #include <dev/i2c/i2cvar.h>
 
@@ -129,6 +129,7 @@ struct dbcool_softc {
 	int64_t sc_supply_voltage;
 	bool sc_suspend;
 	struct sysctllog *sc_sysctl_log;
+	prop_dictionary_t sc_prop;
 #ifdef DBCOOL_DEBUG
 	uint8_t sc_user_reg;
 #endif

Reply via email to