Skip to content

Commit 2a68188

Browse files
committed
Revert accidental change to unsupported directory
1 parent 88bc5e0 commit 2a68188

File tree

1 file changed

+5
-0
lines changed
  • features/unsupported/net/eth/EthernetInterface

1 file changed

+5
-0
lines changed

features/unsupported/net/eth/EthernetInterface/eth_arch.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ extern "C" {
3131

3232
#if DEVICE_EMAC
3333
err_t emac_lwip_if_init(struct netif *netif);
34+
35+
#else /* DEVICE_EMAC */
36+
void eth_arch_enable_interrupts(void);
37+
void eth_arch_disable_interrupts(void);
38+
err_t eth_arch_enetif_init(struct netif *netif);
3439
#endif
3540

3641
#ifdef __cplusplus

0 commit comments

Comments
 (0)