xref: /netbsd-src/sys/arch/i386/stand/boot/devopen.h (revision bf1e9b32e27832f0c493206710fb8b58a980838a)
1 /*	$NetBSD: devopen.h,v 1.2 2005/06/22 06:06:34 junyoung Exp $	*/
2 
3 extern int boot_biosdev;
4 
5 void bios2dev(int, u_int, char **, int *, int *);
6