Move bus_map() prototype here.
This commit is contained in:
parent
9580abeba7
commit
f278cec042
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: autoconf.h,v 1.11 1995/12/11 12:31:02 pk Exp $ */
|
/* $NetBSD: autoconf.h,v 1.12 1996/01/11 21:55:57 pk Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1992, 1993
|
* Copyright (c) 1992, 1993
|
||||||
|
@ -123,6 +123,9 @@ void *mapdev __P((struct rom_reg *pa, int va,
|
||||||
)
|
)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(SUN4)
|
||||||
|
void * bus_map __P((struct rom_reg *, int, int));
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The various getprop* functions obtain `properties' from the ROMs.
|
* The various getprop* functions obtain `properties' from the ROMs.
|
||||||
|
|
Loading…
Reference in New Issue