SAMA5 EMAC: Incremental progress. Still not code complete

This commit is contained in:
Gregory Nutt
2013-09-16 11:36:12 -06:00
parent 6a01d80bb2
commit a791ae11ce
4 changed files with 25 additions and 7 deletions
+2 -1
View File
@@ -191,7 +191,8 @@ void sam_boardinitialize(void);
*
************************************************************************************/
#if defined(CONFIG_NET) && (defined(CONFIG_SAMA5_EMAC) || defined(CONFIG_SAMA5_GMAC))
#if defined(CONFIG_NET) && (defined(CONFIG_SAMA5_EMAC) || defined(CONFIG_SAMA5_GMAC)) && \
defined(CONFIG_SAMA5_PIOE_IRQ)
xcpt_t sam_phyirq(int intf, xcpt_t irqhandler);
#endif