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

Linux/Unix编程

开发平台:

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-2002 Silicon Graphics, Inc. All rights reserved.
  8.  */
  9. #ifndef _ASM_IA64_SN_INTR_H
  10. #define _ASM_IA64_SN_INTR_H
  11. #include <linux/config.h>
  12. #if defined(CONFIG_IA64_SGI_SN1)
  13. #include <asm/sn/sn1/intr.h>
  14. #elif defined(CONFIG_IA64_SGI_SN2)
  15. #include <asm/sn/sn2/intr.h>
  16. #endif
  17. extern void sn_send_IPI_phys(long, int, int);
  18. #define CPU_VECTOR_TO_IRQ(cpuid,vector) ((cpuid) << 8 | (vector))
  19. #endif /* _ASM_IA64_SN_INTR_H */