Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* $NetBSD: netbsd.h,v 1.1 2008/12/22 00:56:58 haad Exp $ */ /* * NetBSD specific header file. */ #ifndef __NETBSD_H__ #define __NETBSD_H__ /* lib/netbsd/netbsd.c */ int nbsd_check_dev(int, const char *); #endif