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.
Dependents: MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more
core/driver/ethernet/lpc17xx/EtherDev_LAN8720_protected.h
- Committer:
- nyatla
- Date:
- 2016-06-04
- Revision:
- 114:f6aef16d4e60
- Parent:
- 68:f7def7eb5504
File content as of revision 114:f6aef16d4e60:
/* * This is part of EthDev_LPC17xx.h */ #ifndef EtherDev_LAN8720_protected_h #define EtherDev_LAN8720_protected_h #include "NyLPC_stdlib.h" #include "../NyLPC_IEthernetDevice.h" #include "EthDev_LPC17xx.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ NyLPC_TBool EthDev_LAN8720_getInterface( const struct TiEthernetDevice** o_dev); #ifdef __cplusplus } #endif /* __cplusplus */ #endif