blob: 61ffe5a3bd9be780bc9a9ae41d847286c12c56e5 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $NetBSD: autoconf.h,v 1.2 2009/03/14 14:45:58 dsl Exp $ */
#ifdef _KERNEL
int mainbus_map(u_long, int, int, void**);
int cesfic_getetheraddr(unsigned char *);
#endif /* _KERNEL */
|