xref: /netbsd-src/sys/arch/cesfic/include/autoconf.h (revision aaf4ece63a859a04e37cf3a7229b5fab0157cc06)
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