From 469464d4c848b089fd56503efd67a57ef299cb30 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 25 Feb 2000 10:33:12 +0000 Subject: [PATCH] add forward declaration of "struct extent", so the extent header doesn't need to be included --- sys/dev/vme/vmevar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/vme/vmevar.h b/sys/dev/vme/vmevar.h index 80e76710109f..3c1bb676193c 100644 --- a/sys/dev/vme/vmevar.h +++ b/sys/dev/vme/vmevar.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmevar.h,v 1.6 1999/06/30 15:06:05 drochner Exp $ */ +/* $NetBSD: vmevar.h,v 1.7 2000/02/25 10:33:12 drochner Exp $ */ /* * Copyright (c) 1999 @@ -160,6 +160,8 @@ struct vmebus_attach_args { vme_slaveconf_callback va_slaveconfig; }; +struct extent; + struct vmebus_softc { struct device sc_dev;