Protoypes for configure(), initcpu().
This commit is contained in:
parent
4692a37162
commit
02cdce0090
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: autoconf.h,v 1.1.1.1 1996/03/13 04:58:07 jonathan Exp $ */
|
||||
/* $NetBSD: autoconf.h,v 1.2 1997/06/22 04:08:06 jonathan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
|
||||
|
@ -72,3 +72,6 @@ struct confargs {
|
|||
void set_clockintr __P((void (*)(struct clockframe *)));
|
||||
void set_iointr __P((void (*)(void *, int)));
|
||||
int badaddr __P((void *, u_int64_t));
|
||||
|
||||
int initcpu __P((void));
|
||||
void configure __P((void));
|
||||
|
|
Loading…
Reference in New Issue