Don't declare Debugger(). It's handled in <sys/systm.h>

This commit is contained in:
thorpej 1995-09-26 19:31:15 +00:00
parent 249cddaaa7
commit 26419c5a8b
6 changed files with 18 additions and 30 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: aha1742.c,v 1.49 1995/08/12 23:01:31 mycroft Exp $ */
/* $NetBSD: aha1742.c,v 1.50 1995/09/26 19:32:26 thorpej Exp $ */
/*
* Copyright (c) 1994 Charles Hannum. All rights reserved.
@ -66,11 +66,9 @@
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#ifdef DDB
int Debugger();
#else /* DDB */
#ifndef DDB
#define Debugger() panic("should call debugger here (aha1742.c)")
#endif /* DDB */
#endif /* ! DDB */
typedef u_long physaddr;
typedef u_long physlen;

View File

@ -1,4 +1,4 @@
/* $NetBSD: aic6360.c,v 1.34 1995/09/14 20:43:12 pk Exp $ */
/* $NetBSD: aic6360.c,v 1.35 1995/09/26 19:31:19 thorpej Exp $ */
/*
* Copyright (c) 1994, 1995 Charles Hannum. All rights reserved.
@ -420,11 +420,9 @@
#define SCSIBLK 0x02
#define DMABLK 0x01
#ifdef DDB
int Debugger();
#else DDB
#ifndef DDB
#define Debugger() panic("should call debugger here (aic6360.c)")
#endif DDB
#endif /* ! DDB */
typedef u_long physaddr;
typedef u_long physlen;

View File

@ -1,4 +1,4 @@
/* $NetBSD: aha1542.c,v 1.50 1995/09/14 20:43:09 pk Exp $ */
/* $NetBSD: aha1542.c,v 1.51 1995/09/26 19:31:15 thorpej Exp $ */
/*
* Copyright (c) 1994 Charles Hannum. All rights reserved.
@ -66,11 +66,9 @@
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#ifdef DDB
int Debugger();
#else /* !DDB */
#ifndef DDB
#define Debugger() panic("should call debugger here (aha1542.c)")
#endif /* !DDB */
#endif /* ! DDB */
/************************** board definitions *******************************/

View File

@ -1,4 +1,4 @@
/* $NetBSD: aic6360.c,v 1.34 1995/09/14 20:43:12 pk Exp $ */
/* $NetBSD: aic6360.c,v 1.35 1995/09/26 19:31:19 thorpej Exp $ */
/*
* Copyright (c) 1994, 1995 Charles Hannum. All rights reserved.
@ -420,11 +420,9 @@
#define SCSIBLK 0x02
#define DMABLK 0x01
#ifdef DDB
int Debugger();
#else DDB
#ifndef DDB
#define Debugger() panic("should call debugger here (aic6360.c)")
#endif DDB
#endif /* ! DDB */
typedef u_long physaddr;
typedef u_long physlen;

View File

@ -1,4 +1,4 @@
/* $NetBSD: bt742a.c,v 1.47 1995/09/14 20:43:14 pk Exp $ */
/* $NetBSD: bt742a.c,v 1.48 1995/09/26 19:31:22 thorpej Exp $ */
/*
* Copyright (c) 1994 Charles Hannum. All rights reserved.
@ -67,11 +67,9 @@
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#ifdef DDB
int Debugger();
#else /* DDB */
#ifndef DDB
#define Debugger() panic("should call debugger here (bt742a.c)")
#endif /* DDB */
#endif /* ! DDB */
typedef u_long physaddr;
typedef u_long physlen;

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultra14f.c,v 1.54 1995/09/14 20:43:20 pk Exp $ */
/* $NetBSD: ultra14f.c,v 1.55 1995/09/26 19:31:24 thorpej Exp $ */
/*
* Copyright (c) 1994 Charles Hannum. All rights reserved.
@ -70,11 +70,9 @@
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#ifdef DDB
int Debugger();
#else /* DDB */
#ifndef DDB
#define Debugger() panic("should call debugger here (ultra14f.c)")
#endif /* DDB */
#endif /* ! DDB */
typedef u_long physaddr;
typedef u_long physlen;