Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/i2c Make this compile
details: https://anonhg.NetBSD.org/src/rev/9c0a2c8ac184
branches: trunk
changeset: 935878:9c0a2c8ac184
user: kim <kim%NetBSD.org@localhost>
date: Sun Jul 12 08:48:49 2020 +0000
description:
Make this compile
diffstat:
sys/dev/i2c/dbcool_var.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 1399f4071ccb -r 9c0a2c8ac184 sys/dev/i2c/dbcool_var.h
--- a/sys/dev/i2c/dbcool_var.h Sun Jul 12 06:42:32 2020 +0000
+++ b/sys/dev/i2c/dbcool_var.h Sun Jul 12 08:48:49 2020 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index