Explicitly include headers needed by iopreg.h
This commit is contained in:
parent
cc0b4656ef
commit
5c7674d4dd
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: adb_direct.c,v 1.37 2000/02/21 01:20:55 scottr Exp $ */
|
||||
/* $NetBSD: adb_direct.c,v 1.38 2000/02/21 02:04:48 scottr Exp $ */
|
||||
|
||||
/* From: adb_direct.c 2.02 4/18/97 jpw */
|
||||
|
||||
|
@ -64,6 +64,8 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/pool.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <machine/viareg.h>
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
/* $NetBSD: iopreg.h,v 1.2 1999/06/28 04:33:21 briggs Exp $ */
|
||||
/* $NetBSD: iopreg.h,v 1.3 2000/02/21 02:04:49 scottr Exp $ */
|
||||
|
||||
/*
|
||||
* Freely contributed to The NetBSD Foundation.
|
||||
* XXX - Do paperwork and put a proper copyright here.
|
||||
*/
|
||||
|
||||
#include <sys/pool.h>
|
||||
#include <sys/queue.h>
|
||||
|
||||
#define IOP1_BASE 0x00004000
|
||||
|
||||
#define SCC_IOP 0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: intr.c,v 1.10 2000/02/21 01:48:49 scottr Exp $ */
|
||||
/* $NetBSD: intr.c,v 1.11 2000/02/21 02:04:49 scottr Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
|
||||
|
@ -49,6 +49,8 @@
|
|||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/pool.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/vmmeter.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.244 2000/02/21 01:51:37 scottr Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.245 2000/02/21 02:04:50 scottr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -98,7 +98,9 @@
|
|||
#include <sys/mbuf.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/msgbuf.h>
|
||||
#include <sys/pool.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <sys/signalvar.h>
|
||||
#include <sys/syscallargs.h>
|
||||
|
|
Loading…
Reference in New Issue