test public

Fork of Modbus by Cam Marshall

ethernetif.h

Committer:
TomTom83
Date:
2018-07-02
Revision:
1:a3ee8cb24540

File content as of revision 1:a3ee8cb24540:

#ifndef __ETHERNETIF_H__
#define __ETHERNETIF_H__


#include "lwip/err.h"
#include "lwip/netif.h"

err_t ethernetif_init(struct netif *netif);
err_t ethernetif_input(struct netif *netif);

#endif