xref: /netbsd-src/sys/arch/i386/stand/boot/devopen.h (revision 92f692b3ca56e51abfc503c8c47ce37943b07e97)
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