1 
   2 
   3 
   4 
   5 
   6 
   7 
   8 
   9 
  10 
  11 #ifndef __ASM_DEC_MACHTYPE_H
  12 #define __ASM_DEC_MACHTYPE_H
  13 
  14 #include <asm/bootinfo.h>
  15 
  16 #define TURBOCHANNEL    (mips_machtype == MACH_DS5000_200 || \
  17                          mips_machtype == MACH_DS5000_1XX || \
  18                          mips_machtype == MACH_DS5000_XX  || \
  19                          mips_machtype == MACH_DS5000_2X0 || \
  20                          mips_machtype == MACH_DS5900)
  21 
  22 #define IOASIC          (mips_machtype == MACH_DS5000_1XX || \
  23                          mips_machtype == MACH_DS5000_XX  || \
  24                          mips_machtype == MACH_DS5000_2X0 || \
  25                          mips_machtype == MACH_DS5900)
  26 
  27 #endif