summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-05-22 03:47:17 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-05-22 03:47:17 +0000
commit3b10ad5b8a0a49d4d8f12b8e3792346315284b07 (patch)
tree20cb99c65d3f56f582cb7bc608cc5d10eaef9b45 /sys/dev
parentf5c4c9d52da1fd524d26b3e8e9a83cb83665fdb8 (diff)
fix power hooks
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/dcreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/dcreg.h b/sys/dev/ic/dcreg.h
index 3432956f431..98394af2239 100644
--- a/sys/dev/ic/dcreg.h
+++ b/sys/dev/ic/dcreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dcreg.h,v 1.41 2005/01/02 13:39:21 brad Exp $ */
+/* $OpenBSD: dcreg.h,v 1.42 2005/05/22 03:47:16 martin Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -720,6 +720,7 @@ struct dc_softc {
bus_space_tag_t dc_btag; /* bus space tag */
void *dc_intrhand;
void *sc_dhook;
+ void *sc_pwrhook;
struct resource *dc_irq;
struct resource *dc_res;
u_int8_t dc_type;