xref: /netbsd-src/sys/arch/cesfic/include/autoconf.h (revision 5e4c038a45edbc7d63b7c2daa76e29f88b64a4e3)
1 /* $NetBSD: autoconf.h,v 1.1 2001/05/14 18:23:09 drochner Exp $ */
2 
3 #ifdef _KERNEL
4 
5 int mainbus_map __P((u_long, int, int, void**));
6 
7 int cesfic_getetheraddr __P((unsigned char *));
8 
9 #endif /* _KERNEL */
10