Training courses
Kernel and Embedded Linux
Bootlin training courses
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 */