xref: /netbsd-src/sys/arch/i386/stand/boot/devopen.h (revision 8ecbf5f02b752fcb7debe1a8fab1dc82602bc760)
1 /*	$NetBSD: devopen.h,v 1.5 2019/08/18 02:18:24 manu Exp $	*/
2 
3 extern int boot_biosdev;
4 
5 void bios2dev(int, daddr_t, char **, int *, int *, const char **);
6