add forward declaration of "struct extent", so the extent header doesn't

need to be included
This commit is contained in:
drochner 2000-02-25 10:33:12 +00:00
parent 0395cd74d3
commit 469464d4c8
1 changed files with 3 additions and 1 deletions

View File

@ -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;