1/* $NetBSD: devopen.h,v 1.3 2005/12/11 12:17:47 christos Exp $ */ 2 3extern int boot_biosdev; 4 5void bios2dev(int, u_int, char **, int *, int *); 6