From 1094eb5008990d0c2c943317e00a53afc0aa9a7b Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 11 Dec 1995 19:41:47 +0000 Subject: [PATCH] Oops ... missed this file in the last round of device changes. --- sys/arch/hp300/dev/hilvar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hp300/dev/hilvar.h b/sys/arch/hp300/dev/hilvar.h index 4fde47d9e8d1..078268a514a1 100644 --- a/sys/arch/hp300/dev/hilvar.h +++ b/sys/arch/hp300/dev/hilvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: hilvar.h,v 1.10 1995/12/02 18:21:59 thorpej Exp $ */ +/* $NetBSD: hilvar.h,v 1.11 1995/12/11 19:41:47 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -95,7 +95,7 @@ struct hilloopdev { #define HIL_ASLEEP 0x40 /* process awaiting input on device */ #define HIL_DERROR 0x80 /* loop has reconfigured, reality altered */ -struct hilloop { +struct hil_softc { struct hil_dev *hl_addr; /* base of hardware registers */ u_char hl_cmddone; /* */ u_char hl_cmdending; /* */