Include <machine/cpu.h> to make these compile again.

This commit is contained in:
scw 2000-02-26 16:50:55 +00:00
parent 6b56aad85e
commit f2c822fa6e
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ncrsc_pcctwo.c,v 1.2 1999/02/21 13:59:35 scw Exp $ */
/* $NetBSD: ncrsc_pcctwo.c,v 1.3 2000/02/26 16:50:55 scw Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -54,6 +54,7 @@
#include <dev/scsipi/scsipi_all.h>
#include <dev/scsipi/scsiconf.h>
#include <machine/cpu.h>
#include <machine/autoconf.h>
#include <mvme68k/dev/siopreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: siop.c,v 1.3 1999/09/30 23:01:12 thorpej Exp $ */
/* $NetBSD: siop.c,v 1.4 2000/02/26 16:50:55 scw Exp $ */
/*
* Copyright (c) 1994 Michael L. Hitch
@ -60,6 +60,7 @@
#include <dev/scsipi/scsipi_all.h>
#include <dev/scsipi/scsiconf.h>
#include <machine/cpu.h>
#include <m68k/cacheops.h>
#include <mvme68k/dev/siopreg.h>