Home
last modified time | relevance | path

Searched refs:NO_SYS_NO_TIMERS (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dtimers.h39 #define LWIP_TIMERS (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS))
Dopt.h75 #ifndef NO_SYS_NO_TIMERS
76 #define NO_SYS_NO_TIMERS 0 macro
Dmemp_std.h74 #if (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS)) /* LWIP_TIMERS */
/external/syslinux/core/lwip/
DUPGRADING51 Added timer implementation for NO_SYS==1, set NO_SYS_NO_TIMERS==1 if you
130 * Added timer implementation for NO_SYS==1 (may be disabled with NO_SYS_NO_TIMERS==1
DCHANGELOG389 NO_SYS_NO_TIMERS to drop timer support for NO_SYS==1 for easier upgrading