15 lines
232 B
C
15 lines
232 B
C
/* $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
|