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

EthDev.h

00001 /*
00002  * @file:    EthDev.h
00003  * @purpose: Ethernet Device Definitions
00004  * @version: V1.10
00005  * @date:    24. Feb. 2009
00006  *----------------------------------------------------------------------------
00007  *
00008  * Copyright (C) 2009 ARM Limited. All rights reserved.
00009  *
00010  * ARM Limited (ARM) is supplying this software for use with Cortex-M3
00011  * processor based microcontrollers.  This file can be freely distributed
00012  * within development tools that are supporting such ARM based processors.
00013  *
00014  * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED
00015  * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
00016  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
00017  * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR
00018  * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
00019  *
00020  */
00021 /*
00022  * Modified for MiMic by R.Iizuka. 2011.08.27
00023  * http://nyatla.jp/mimic
00024  */
00025 
00026 #ifndef _ETHDEV__H
00027 #define _ETHDEV__H
00028 #include "NyLPC_stdlib.h"
00029 #include "NyLPC_IEthernetDevice.h"
00030 
00031 #ifdef __cplusplus
00032 extern "C" {
00033 #endif /* __cplusplus */
00034 
00035 const struct TiEthernetDevice* getEthernetDevicePnP(void);
00036 
00037 
00038 #ifdef __cplusplus
00039 }
00040 #endif /* __cplusplus */
00041 
00042 #endif
00043