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

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * linux/include/asm-arm/arch-tbox/irqs.h
  3.  *
  4.  * Copyright (C) 1998, 2000 Philip Blundell
  5.  */
  6. /*
  7.  * This program is free software; you can redistribute it and/or
  8.  * modify it under the terms of the GNU General Public License
  9.  * as published by the Free Software Foundation; either version
  10.  * 2 of the License, or (at your option) any later version.
  11.  */
  12. #define IRQ_MPEGDMA 0
  13. #define IRQ_ASHTX 1
  14. #define IRQ_ASHRX 2
  15. #define IRQ_VSYNC 3
  16. #define IRQ_HSYNC 4
  17. #define IRQ_MPEG 5
  18. #define IRQ_UART2 6
  19. #define IRQ_UART1 7
  20. #define IRQ_ETHERNET 8
  21. #define IRQ_TIMER 9
  22. #define IRQ_AUDIODMA 10
  23. /* bit 11 used for video field ident */
  24. #define IRQ_EXPMODCS0 12
  25. #define IRQ_EXPMODCS1 13
  26. #define irq_cannonicalize(i) (i)