irqs-8x60.h 870 B

12345678910111213141516171819202122232425262728
  1. /* Copyright (c) 2010 Code Aurora Forum. All rights reserved.
  2. *
  3. * This software is licensed under the terms of the GNU General Public
  4. * License version 2, as published by the Free Software Foundation, and
  5. * may be copied, distributed, and modified under those terms.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. *
  12. */
  13. #ifndef __ASM_ARCH_MSM_IRQS_8X60_H
  14. #define __ASM_ARCH_MSM_IRQS_8X60_H
  15. /* MSM ACPU Interrupt Numbers */
  16. /* 0-15: STI/SGI (software triggered/generated interrupts)
  17. * 16-31: PPI (private peripheral interrupts)
  18. * 32+: SPI (shared peripheral interrupts)
  19. */
  20. #define NR_GPIO_IRQS 173
  21. #define NR_MSM_IRQS 256
  22. #define NR_BOARD_IRQS 0
  23. #endif