irqmap.c 663 B

1234567891011121314151617181920212223
  1. /*
  2. * NXP STB810 board irqmap.
  3. *
  4. * Author: MontaVista Software, Inc.
  5. * source@mvista.com
  6. *
  7. * Copyright 2005 MontaVista Software Inc.
  8. *
  9. * This program is free software; you can redistribute it and/or modify it
  10. * under the terms of the GNU General Public License as published by the
  11. * Free Software Foundation; either version 2 of the License, or (at your
  12. * option) any later version.
  13. */
  14. #include <linux/init.h>
  15. #include <int.h>
  16. char pnx8550_irq_tab[][5] __initdata = {
  17. [8] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
  18. [9] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
  19. [10] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
  20. };