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