xref: /netbsd-src/sys/arch/cesfic/include/autoconf.h (revision 02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94)
1 /* $NetBSD: autoconf.h,v 1.2 2009/03/14 14:45:58 dsl Exp $ */
2 
3 #ifdef _KERNEL
4 
5 int mainbus_map(u_long, int, int, void**);
6 
7 int cesfic_getetheraddr(unsigned char *);
8 
9 #endif /* _KERNEL */
10