irqs.h 550 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright 2000 Deep Blue Solutions Ltd.
  3. * Copyright 2003 ARM Limited
  4. * Copyright 2008 Cavium Networks
  5. *
  6. * This file is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License, Version 2, as
  8. * published by the Free Software Foundation.
  9. */
  10. #ifndef __MACH_IRQS_H
  11. #define __MACH_IRQS_H
  12. #define IRQ_LOCALTIMER 29
  13. #define IRQ_LOCALWDOG 30
  14. #define IRQ_TC11MP_GIC_START 32
  15. #include <mach/cns3xxx.h>
  16. #ifndef NR_IRQS
  17. #error "NR_IRQS not defined by the board-specific files"
  18. #endif
  19. #endif