xref: /netbsd-src/sys/arch/i386/stand/boot/devopen.h (revision aaf4ece63a859a04e37cf3a7229b5fab0157cc06)
1 /*	$NetBSD: devopen.h,v 1.3 2005/12/11 12:17:47 christos Exp $	*/
2 
3 extern int boot_biosdev;
4 
5 void bios2dev(int, u_int, char **, int *, int *);
6