xref: /dragonfly/contrib/lvm2/dist/include/netbsd.h (revision 1975d09e)
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