Ryo Iizuka / libMiMic

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