36 #include "contiki-net.h"
39 #include "lib/config.h"
40 #include "net/ethernet-drv.h"
43 #define CTK_PROCESS &ctk_process,
49 #define RESOLV_PROCESS &resolv_process,
51 #define RESOLV_PROCESS
54 PROCINIT(&etimer_process,
59 void clock_update(
void);
65 struct ethernet_config *ethernet_config;
71 videomode(VIDEOMODE_80COL);
76 ethernet_config = config_read(
"contiki.cfg");
79 static struct ethernet_config config = {0xC0B0,
"cs8900a.eth"};
94 ethernet_config = &config;
100 process_start((
struct process *)ðernet_process, (
char *)ethernet_config);
102 autostart_start(autostart_processes);
104 log_message(
"Contiki up and running ...",
"");