diff options
Diffstat (limited to 'sys/dev/ic/amivar.h')
-rw-r--r-- | sys/dev/ic/amivar.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/amivar.h b/sys/dev/ic/amivar.h index 02a37bacc5b..c0152037f7d 100644 --- a/sys/dev/ic/amivar.h +++ b/sys/dev/ic/amivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amivar.h,v 1.49 2006/06/28 08:26:00 dlg Exp $ */ +/* $OpenBSD: amivar.h,v 1.50 2006/12/23 17:46:39 deraadt Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -27,6 +27,8 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/sensors.h> + struct ami_mem { bus_dmamap_t am_map; bus_dma_segment_t am_seg; @@ -140,6 +142,7 @@ struct ami_softc { struct ami_rawsoftc *sc_rawsoftcs; struct sensor *sc_sensors; + struct sensordev sc_sensordev; struct ami_big_diskarray *sc_bd; }; |