Make this compile
This commit is contained in:
parent
9ee4a10648
commit
e09da7df4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue