Path: blob/master/arch/mips/pnx8550/stb810/irqmap.c
10818 views
/*1* NXP STB810 board irqmap.2*3* Author: MontaVista Software, Inc.4* [email protected]5*6* Copyright 2005 MontaVista Software Inc.7*8* This program is free software; you can redistribute it and/or modify it9* under the terms of the GNU General Public License as published by the10* Free Software Foundation; either version 2 of the License, or (at your11* option) any later version.12*/1314#include <linux/init.h>15#include <int.h>1617char pnx8550_irq_tab[][5] __initdata = {18[8] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},19[9] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},20[10] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},21};222324