OSDN Git Service

lpc4088に関わるコードをmbed晩からバックポート
[mimic/MiMicSDK.git] / lib / src / driver / ethernet / lpc4088 / EtherDev_LPC4088_protected.h
1 /*\r
2  * This is part of EthDev_LPC17xx.h\r
3  */\r
4 \r
5 #ifndef EtherDev_LPC4088_protected_h\r
6 #define EtherDev_LPC4088_protected_h\r
7 #include "NyLPC_stdlib.h"\r
8 #include "../NyLPC_IEthernetDevice.h"\r
9 #include "EthDev_LPC17xx.h"\r
10 \r
11 #ifdef __cplusplus\r
12 extern "C" {\r
13 #endif /* __cplusplus */\r
14 \r
15 NyLPC_TBool EthDev_LPC4088_getInterface(\r
16         const struct TiEthernetDevice** o_dev);\r
17 \r
18 #ifdef __cplusplus\r
19 }\r
20 #endif /* __cplusplus */\r
21 \r
22 #endif\r
23 \r