Remove function decl that doesn't belong in cpu.h
This commit is contained in:
parent
13de0e4f2b
commit
b9b387d9b1
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cpu.h,v 1.3 2001/02/21 09:10:42 wdk Exp $ */
|
||||
/* $NetBSD: cpu.h,v 1.4 2001/03/11 09:20:58 wdk Exp $ */
|
||||
|
||||
#ifndef _MIPSCO_CPU_H_
|
||||
#define _MIPSCO_CPU_H_
|
||||
|
@ -26,10 +26,6 @@ extern struct cpu_info cpu_info_store;
|
|||
#define curcpu() (&cpu_info_store)
|
||||
#define cpu_number() 0
|
||||
|
||||
#ifdef KGDB
|
||||
void zs_kgdb_init __P((void));
|
||||
#endif
|
||||
|
||||
#endif /* _KERNEL */
|
||||
#endif /* !_LOCORE */
|
||||
|
||||
|
|
Loading…
Reference in New Issue