36 #ifndef __CONTIKI_MC1322X_CONF_H__
37 #define __CONTIKI_MC1322X_CONF_H__
39 typedef int32_t
s32_t;
45 #define PLATFORM PLATFORM_MC1322X
48 #define MMEM_CONF_SIZE 256
50 typedef uint32_t clock_time_t;
51 typedef unsigned char u8_t;
52 typedef unsigned short u16_t;
53 typedef unsigned long u32_t;
58 void clock_set_seconds(
unsigned long s);
59 unsigned long clock_seconds(
void);