xref: /netbsd-src/sys/arch/i386/stand/boot/devopen.h (revision 1b9578b8c2c1f848eeb16dabbfd7d1f0d9fdefbd)
1 /*	$NetBSD: devopen.h,v 1.4 2010/12/24 20:40:42 jakllsch Exp $	*/
2 
3 extern int boot_biosdev;
4 
5 void bios2dev(int, daddr_t, char **, int *, int *);
6