These files depend on things in <machine/hp300spu.h>

This commit is contained in:
thorpej 1997-04-27 20:58:55 +00:00
parent 18a931000e
commit 650df29d4d
4 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: dio.c,v 1.5 1997/04/04 09:53:43 thorpej Exp $ */
/* $NetBSD: dio.c,v 1.6 1997/04/27 20:58:55 thorpej Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -48,6 +48,7 @@
#include <machine/autoconf.h>
#include <machine/cpu.h>
#include <machine/hp300spu.h>
#include <hp300/dev/dioreg.h>
#include <hp300/dev/diovar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dmareg.h,v 1.10 1997/04/01 03:10:58 scottr Exp $ */
/* $NetBSD: dmareg.h,v 1.11 1997/04/27 20:58:56 thorpej Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@ -36,6 +36,7 @@
*/
#include <hp300/dev/iotypes.h> /* XXX */
#include <machine/hp300spu.h>
/*
* Hardware layout for the 98620[ABC]:

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpib.c,v 1.15 1997/04/14 02:31:33 thorpej Exp $ */
/* $NetBSD: hpib.c,v 1.16 1997/04/27 20:58:57 thorpej Exp $ */
/*
* Copyright (c) 1996, 1997 Jason R. Thorpe. All rights reserved.
@ -51,6 +51,7 @@
#include <hp300/dev/hpibvar.h>
#include <machine/cpu.h>
#include <machine/hp300spu.h>
int hpibbusmatch __P((struct device *, struct cfdata *, void *));
void hpibbusattach __P((struct device *, struct device *, void *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: scsi.c,v 1.19 1997/04/14 02:33:22 thorpej Exp $ */
/* $NetBSD: scsi.c,v 1.20 1997/04/27 20:58:58 thorpej Exp $ */
/*
* Copyright (c) 1996, 1997 Jason R. Thorpe. All rights reserved.
@ -54,6 +54,7 @@
#include <machine/autoconf.h>
#include <machine/cpu.h>
#include <machine/intr.h>
#include <machine/hp300spu.h>
#include <hp300/dev/dioreg.h>
#include <hp300/dev/diovar.h>