Dependencies:   EthernetNetIf NTPClient_NetServices mbed

NTP.h

Committer:
suupen
Date:
2011-12-11
Revision:
0:f49394bec833

File content as of revision 0:f49394bec833:

/***********************************************************************/
/*                                                                     */
/*    NTP.h                                                            */
/*                                                                     */
/***********************************************************************/
#ifndef _NTP_H
#define _NTP_H

#include "Types.h"


/*****************************Macro definition********************************/


/******************************Function declaration***************************/
int8_t ntp_ethernetInitial(void);
void ntp_ntpDataGet(void);

/*****************************Global variable*********************************/
#ifdef _NTP_C
    #define    EXTERN
    #define    GLOBAL_VARIABLE_DEFINE
#else
    #define    EXTERN extern
#endif




#undef    _NTP_C
#undef    EXTERN
#undef    GLOBAL_VARIABLE_DEFINE


#endif    // _NTP_H