irqs-board-u5500.h 451 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (C) ST-Ericsson SA 2010
  3. *
  4. * License terms: GNU General Public License (GPL) version 2
  5. */
  6. #ifndef __MACH_IRQS_BOARD_U5500_H
  7. #define __MACH_IRQS_BOARD_U5500_H
  8. #define AB5500_NR_IRQS 5
  9. #define IRQ_AB5500_BASE IRQ_BOARD_START
  10. #define IRQ_AB5500_END (IRQ_AB5500_BASE + AB5500_NR_IRQS)
  11. #define U5500_IRQ_END IRQ_AB5500_END
  12. #if IRQ_BOARD_END < U5500_IRQ_END
  13. #undef IRQ_BOARD_END
  14. #define IRQ_BOARD_END U5500_IRQ_END
  15. #endif
  16. #endif