OSDN Git Service

update libMiMic
[mimic/MiMicSDK.git] / lib / src / driver / ethernet / k64f / EtherDev_K64F_protected.h
1 #ifndef EtherDev_K64F_protected_h
2 #define EtherDev_K64F_protected_h
3 #include "NyLPC_stdlib.h"
4 #include "../NyLPC_IEthernetDevice.h"
5
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif /* __cplusplus */
10
11 NyLPC_TBool EthDev_K64F_getInterface(
12         const struct TiEthernetDevice** o_dev);
13
14 #ifdef __cplusplus
15 }
16 #endif /* __cplusplus */
17
18 #endif
19