38 #ifndef ADUCRF101_CONTIKI_H
39 #define ADUCRF101_CONTIKI_H
43 #include <aducrf101-include.h>
45 typedef uint32_t clock_time_t;
46 typedef uint16_t uip_stats_t;
48 typedef uint32_t rtimer_clock_t;
49 #define RTIMER_CLOCK_LT(a, b) ((int32_t)((a) - (b)) < 0)
#define rtimer_arch_now()