slotnum.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id$
  2.  *
  3.  * This file is subject to the terms and conditions of the GNU General Public
  4.  * License.  See the file "COPYING" in the main directory of this archive
  5.  * for more details.
  6.  *
  7.  * Copyright (C) 1992 - 1997, 2000 Silicon Graphics, Inc.
  8.  * Copyright (C) 2000 by Colin Ngam
  9.  */
  10. #ifndef _ASM_SN_SLOTNUM_H
  11. #define _ASM_SN_SLOTNUM_H
  12. #include <linux/config.h>
  13. typedef unsigned char slotid_t;
  14. #if defined (CONFIG_SGI_IP35) || defined(CONFIG_IA64_SGI_SN1) || defined(CONFIG_IA64_GENERIC)
  15. #include <asm/sn/sn1/slotnum.h>
  16. #else
  17. #error <<BOMB! slotnum defined only for SN0 and SN1 >>
  18. #endif /* !CONFIG_SGI_IP35 && !CONFIG_IA64_SGI_SN1 */
  19. #endif /* _ASM_SN_SLOTNUM_H */