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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * This file is subject to the terms and conditions of the GNU General Public
  3.  * License.  See the file "COPYING" in the main directory of this archive
  4.  * for more details.
  5.  *
  6.  * Copyright (C) 2000-2001 Silicon Graphics, Inc.
  7.  */
  8. #ifndef _ASM_IA64_SN_SNCONFIG_H
  9. #define _ASM_IA64_SN_SNCONFIG_H
  10. #include <linux/config.h>
  11. #if defined(CONFIG_IA64_SGI_SN1)
  12. #include <asm/sn/sn1/ip27config.h>
  13. #elif defined(CONFIG_IA64_SGI_SN2)
  14. #endif
  15. #endif /* _ASM_IA64_SN_SNCONFIG_H */