Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*      $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