xref: /minix3/sys/arch/i386/include/mpbiosvar.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /*	$NetBSD: mpbiosvar.h,v 1.6 2003/03/04 22:19:32 fvdl Exp $	*/
2*0a6a1f1dSLionel Sambuc 
3*0a6a1f1dSLionel Sambuc #ifndef _I386_MPBIOSVAR_H
4*0a6a1f1dSLionel Sambuc #define _I386_MPBIOSVAR_H
5*0a6a1f1dSLionel Sambuc 
6*0a6a1f1dSLionel Sambuc /*
7*0a6a1f1dSLionel Sambuc  * The i386 port deals with EISA busses.
8*0a6a1f1dSLionel Sambuc  */
9*0a6a1f1dSLionel Sambuc #define X86_MPBIOS_SUPPORT_EISA
10*0a6a1f1dSLionel Sambuc 
11*0a6a1f1dSLionel Sambuc #include <x86/mpbiosvar.h>
12*0a6a1f1dSLionel Sambuc 
13*0a6a1f1dSLionel Sambuc #endif /* _I386_MPBIOSVAR_H */
14