1 /* $NetBSD: autoconf.h,v 1.1 2006/02/03 23:33:30 jmmv Exp $ */ 2 3 #ifndef _X86_AUTOCONF_H_ 4 #define _X86_AUTOCONF_H_ 5 6 void x86_cpu_rootconf(void); 7 void x86_matchbiosdisks(void); 8 const char *x86_findbiosdisk(int); 9 10 #endif /* _X86_AUTOCONF_H_ */ 11