xref: /dflybsd-src/contrib/lvm2/dist/include/netbsd.h (revision 884717e1debcf4b08bda1d29d01b0c8a34b86a59)
1 /*      $NetBSD: netbsd.h,v 1.1 2008/12/22 00:56:58 haad Exp $        */
2 
3 /*
4  * NetBSD specific header file.
5  */
6 
7 #ifndef __NETBSD_H__
8 #define __NETBSD_H__
9 
10 
11 /* lib/netbsd/netbsd.c  */
12 int nbsd_check_dev(int, const char *);
13 
14 #endif
15