1/* $NetBSD: devopen.h,v 1.2 2005/06/22 06:06:34 junyoung Exp $ */ 2 3extern int boot_biosdev; 4 5void bios2dev(int, u_int, char **, int *, int *); 6