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_LPC4088_protected.h Source File

EtherDev_LPC4088_protected.h

00001 /*
00002  * This is part of EthDev_LPC17xx.h
00003  */
00004 
00005 #ifndef EtherDev_LPC4088_protected_h
00006 #define EtherDev_LPC4088_protected_h
00007 #include "NyLPC_stdlib.h"
00008 #include "../NyLPC_IEthernetDevice.h"
00009 #include "EthDev_LPC17xx.h"
00010 
00011 #ifdef __cplusplus
00012 extern "C" {
00013 #endif /* __cplusplus */
00014 
00015 NyLPC_TBool EthDev_LPC4088_getInterface(
00016     const struct TiEthernetDevice** o_dev);
00017 
00018 #ifdef __cplusplus
00019 }
00020 #endif /* __cplusplus */
00021 
00022 #endif
00023