xref: /dflybsd-src/contrib/lvm2/dist/include/netbsd.h (revision 678e8cc6002ecd3a79cdae95ac8b454437219fc5)
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