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

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.raven.h 1.7 05/17/01 18:14:25 cort
  3.  */
  4. /*
  5.  *  asm-ppc/raven.h -- Raven MPIC chip.
  6.  *
  7.  *  Copyright (C) 1998 Johnnie Peters
  8.  *
  9.  *  This file is subject to the terms and conditions of the GNU General Public
  10.  *  License.  See the file COPYING in the main directory of this archive
  11.  *  for more details.
  12.  */
  13. #ifdef __KERNEL__
  14. #ifndef _ASMPPC_RAVEN_H
  15. #define _ASMPPC_RAVEN_H
  16. #define MVME2600_INT_SIO 0
  17. #define MVME2600_INT_FALCN_ECC_ERR 1
  18. #define MVME2600_INT_PCI_ETHERNET 2
  19. #define MVME2600_INT_PCI_SCSI 3
  20. #define MVME2600_INT_PCI_GRAPHICS 4
  21. #define MVME2600_INT_PCI_VME0 5
  22. #define MVME2600_INT_PCI_VME1 6
  23. #define MVME2600_INT_PCI_VME2 7
  24. #define MVME2600_INT_PCI_VME3 8
  25. #define MVME2600_INT_PCI_INTA 9
  26. #define MVME2600_INT_PCI_INTB 10
  27. #define MVME2600_INT_PCI_INTC  11
  28. #define MVME2600_INT_PCI_INTD  12
  29. #define MVME2600_INT_LM_SIG0 13
  30. #define MVME2600_INT_LM_SIG1 14
  31. extern struct hw_interrupt_type raven_pic;
  32. extern int raven_init(void);
  33. #endif /* _ASMPPC_RAVEN_H */
  34. #endif /* __KERNEL__ */