mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Remove CONFIG_DISABLE_CLOCK
This commit is contained in:
@@ -67,9 +67,7 @@ extern "C"
|
||||
****************************************************************************/
|
||||
|
||||
struct net_driver_s; /* Forward reference */
|
||||
#if !defined(CONFIG_DISABLE_CLOCK)
|
||||
struct timeval; /* Forward reference */
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Function: net_lockinitialize
|
||||
@@ -103,9 +101,7 @@ void net_lockinitialize(void);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#if !defined(CONFIG_DISABLE_CLOCK)
|
||||
void net_dsec2timeval(uint16_t dsec, FAR struct timeval *tv);
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Function: net_dsec2tick
|
||||
@@ -140,9 +136,7 @@ unsigned int net_dsec2tick(int dsec);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#if !defined(CONFIG_DISABLE_CLOCK)
|
||||
unsigned int net_timeval2dsec(FAR struct timeval *tv);
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Name: tcp_chksum
|
||||
|
||||
Reference in New Issue
Block a user