mac68k/obio/if_mc_obio.c needs hide/integrate defines, too. Moved back to

if_mcvar.h.
This commit is contained in:
scottr 1998-07-08 04:18:53 +00:00
parent d5b30c1cb1
commit 6e47b1c654
2 changed files with 4 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_mc.c,v 1.10 1998/07/05 06:49:05 jonathan Exp $ */
/* $NetBSD: if_mc.c,v 1.11 1998/07/08 04:18:53 scottr Exp $ */
/*-
* Copyright (c) 1997 David Huang <khym@bga.com>
@ -88,14 +88,6 @@
#include <mac68k/dev/if_mcreg.h>
#include <mac68k/dev/if_mcvar.h>
#ifdef DDB
#define integrate
#define hide
#else
#define integrate static __inline
#define hide static
#endif
hide void mcwatchdog __P((struct ifnet *));
hide int mcinit __P((struct mc_softc *sc));
hide int mcstop __P((struct mc_softc *sc));

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_mc_obio.c,v 1.5 1998/05/02 16:45:31 scottr Exp $ */
/* $NetBSD: if_mc_obio.c,v 1.6 1998/07/08 04:18:54 scottr Exp $ */
/*-
* Copyright (c) 1997 David Huang <khym@bga.com>
@ -35,6 +35,8 @@
* Controller) for DMA to and from the MACE.
*/
#include "opt_ddb.h"
#include <sys/param.h>
#include <sys/device.h>
#include <sys/malloc.h>