This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Dependents:   MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers EtherDev_K64F_protected.h Source File

EtherDev_K64F_protected.h

00001 #ifndef EtherDev_K64F_protected_h
00002 #define EtherDev_K64F_protected_h
00003 #include "NyLPC_stdlib.h"
00004 #include "../NyLPC_IEthernetDevice.h"
00005 
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif /* __cplusplus */
00010 
00011 NyLPC_TBool EthDev_K64F_getInterface(
00012     const struct TiEthernetDevice** o_dev);
00013 
00014 #ifdef __cplusplus
00015 }
00016 #endif /* __cplusplus */
00017 
00018 #endif
00019