1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[adm5120] move pci_irq_map definitions into the board specific files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9009 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2007-09-24 16:59:23 +00:00
parent 8d27837d9e
commit 6cfe1b25df
12 changed files with 112 additions and 113 deletions

View File

@@ -41,6 +41,8 @@ struct adm5120_board {
unsigned char *eth_vlans;
unsigned int num_devices;
struct platform_device **devices;
unsigned int pci_nr_irqs;
struct adm5120_pci_irq *pci_irq_map;
struct list_head list;
};