Fix up includes.
This commit is contained in:
parent
482e74d998
commit
b328298e4c
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: dma.c,v 1.46 1997/08/27 11:24:16 bouyer Exp $ */
|
/* $NetBSD: dma.c,v 1.47 1997/10/16 10:49:00 mycroft Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1994 Paul Kranenburg. All rights reserved.
|
* Copyright (c) 1994 Paul Kranenburg. All rights reserved.
|
||||||
|
@ -42,8 +42,10 @@
|
||||||
#include <sys/proc.h>
|
#include <sys/proc.h>
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
|
|
||||||
#include <sparc/autoconf.h>
|
#include <vm/vm.h>
|
||||||
#include <sparc/cpu.h>
|
|
||||||
|
#include <machine/autoconf.h>
|
||||||
|
#include <machine/cpu.h>
|
||||||
|
|
||||||
#include <sparc/sparc/cpuvar.h>
|
#include <sparc/sparc/cpuvar.h>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: si.c,v 1.39 1997/10/09 08:37:21 jtc Exp $ */
|
/* $NetBSD: si.c,v 1.40 1997/10/16 10:49:06 mycroft Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||||
|
@ -102,10 +102,7 @@
|
||||||
#include <sys/proc.h>
|
#include <sys/proc.h>
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
|
|
||||||
#include <dev/scsipi/scsi_all.h>
|
#include <vm/vm.h>
|
||||||
#include <dev/scsipi/scsipi_all.h>
|
|
||||||
#include <dev/scsipi/scsipi_debug.h>
|
|
||||||
#include <dev/scsipi/scsiconf.h>
|
|
||||||
|
|
||||||
#include <machine/autoconf.h>
|
#include <machine/autoconf.h>
|
||||||
#include <machine/cpu.h>
|
#include <machine/cpu.h>
|
||||||
|
@ -114,6 +111,11 @@
|
||||||
#include <sparc/sparc/vaddrs.h>
|
#include <sparc/sparc/vaddrs.h>
|
||||||
#include <sparc/sparc/cpuvar.h>
|
#include <sparc/sparc/cpuvar.h>
|
||||||
|
|
||||||
|
#include <dev/scsipi/scsi_all.h>
|
||||||
|
#include <dev/scsipi/scsipi_all.h>
|
||||||
|
#include <dev/scsipi/scsipi_debug.h>
|
||||||
|
#include <dev/scsipi/scsiconf.h>
|
||||||
|
|
||||||
#ifndef DDB
|
#ifndef DDB
|
||||||
#define Debugger()
|
#define Debugger()
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue