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