Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
lwip/Core/device.h
- Committer:
- geiineuville
- Date:
- 2011-09-08
- Revision:
- 0:9cf1d79ebe04
File content as of revision 0:9cf1d79ebe04:
#ifndef ETHNETIF_H #define ETHNETIF_H #ifdef __cplusplus extern "C" { #endif void device_poll(); err_t device_init(struct netif *netif); void device_address(char *mac); #ifdef __cplusplus }; #endif #endif