Remove bogus prototypes.
This commit is contained in:
parent
e42e582ebb
commit
e7d1921239
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cpu.h,v 1.20 1997/01/31 02:11:51 thorpej Exp $ */
|
||||
/* $NetBSD: cpu.h,v 1.21 1997/02/12 17:58:57 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 Ludd, University of Lule}, Sweden
|
||||
|
@ -103,7 +103,6 @@ int ra_getdev __P((int, int, int, struct device **));
|
|||
void configure __P((void));
|
||||
void dumpconf __P((void));
|
||||
void dumpsys __P((void));
|
||||
void findroot __P((void));
|
||||
void swapconf __P((void));
|
||||
#ifdef DDB
|
||||
int kdbrint __P((int));
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ka750.h,v 1.7 1996/07/20 17:58:17 ragge Exp $ */
|
||||
/* $NetBSD: ka750.h,v 1.8 1997/02/12 17:58:56 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
|
||||
|
@ -44,7 +44,6 @@
|
|||
|
||||
/* 11/750 specific prototypes */
|
||||
void ka750_conf __P((struct device *, struct device *, void *));
|
||||
void ka750_memenable __P((struct sbi_attach_args *, struct device *));
|
||||
void ka750_memerr __P((void));
|
||||
int ka750_mchk __P((caddr_t));
|
||||
void ka750_steal_pages __P((void));
|
||||
|
|
Loading…
Reference in New Issue