Yet another cpu.h.

This commit is contained in:
is 2000-01-16 21:19:44 +00:00
parent dac63389a8
commit e80be24250
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: drsc.c,v 1.15 1998/12/05 19:43:34 mjacob Exp $ */ /* $NetBSD: drsc.c,v 1.16 2000/01/16 21:19:44 is Exp $ */
/* /*
* Copyright (c) 1996 Ignatios Souvatzis * Copyright (c) 1996 Ignatios Souvatzis
@ -52,6 +52,8 @@
#include <amiga/dev/siopvar.h> #include <amiga/dev/siopvar.h>
#include <amiga/amiga/drcustom.h> #include <amiga/amiga/drcustom.h>
#include <machine/cpu.h> /* is_xxx(), */
void drscattach __P((struct device *, struct device *, void *)); void drscattach __P((struct device *, struct device *, void *));
int drscmatch __P((struct device *, struct cfdata *, void *)); int drscmatch __P((struct device *, struct cfdata *, void *));
int drsc_dmaintr __P((struct siop_softc *)); int drsc_dmaintr __P((struct siop_softc *));