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