machtype.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * Various machine type macros
  3.  *
  4.  * This file is subject to the terms and conditions of the GNU General Public
  5.  * License.  See the file "COPYING" in the main directory of this archive
  6.  * for more details.
  7.  *
  8.  * Copyright (c) 1998, 2000 Harald Koerfgen
  9.  */
  10. #ifndef __ASM_DEC_MACHTYPE_H
  11. #define __ASM_DEC_MACHTYPE_H
  12. #include <asm/bootinfo.h>
  13. #define TURBOCHANNEL (mips_machtype == MACH_DS5000_200 || 
  14.  mips_machtype == MACH_DS5000_1XX || 
  15.  mips_machtype == MACH_DS5000_XX  || 
  16.  mips_machtype == MACH_DS5000_2X0)
  17. #define IOASIC (mips_machtype == MACH_DS5000_1XX || 
  18.  mips_machtype == MACH_DS5000_XX  || 
  19.  mips_machtype == MACH_DS5000_2X0)
  20. #endif