1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00
* fixes old ifxmips in header file
* pass default ebu value to gpio driver


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25366 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2011-02-04 22:48:53 +00:00
parent 7f398df47f
commit 97d0bd90d2
2 changed files with 11 additions and 3 deletions

View File

@@ -146,6 +146,6 @@
+ int irq[16];
+};
+
+extern int (*ifxmips_pci_plat_dev_init)(struct pci_dev *dev);
+extern int (*lqpci_plat_dev_init)(struct pci_dev *dev);
+
+#endif