Home | History | Annotate | Line # | Download | only in include
      1 /*	$NetBSD: mpbiosvar.h,v 1.6 2003/03/04 22:19:32 fvdl Exp $	*/
      2 
      3 #ifndef _I386_MPBIOSVAR_H
      4 #define _I386_MPBIOSVAR_H
      5 
      6 /*
      7  * The i386 port deals with EISA busses.
      8  */
      9 #define X86_MPBIOS_SUPPORT_EISA
     10 
     11 #include <x86/mpbiosvar.h>
     12 
     13 #endif /* _I386_MPBIOSVAR_H */
     14