mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-09 03:30:01 +00:00
9 lines
170 B
C
9 lines
170 B
C
|
#ifndef __CTK_GTKSIM_SERVICE_H__
|
||
|
#define __CTK_GTKSIM_SERVICE_H__
|
||
|
|
||
|
#include "contiki.h"
|
||
|
|
||
|
PROCESS_NAME(ctk_gtksim_service_process);
|
||
|
|
||
|
#endif /* __CTK_GTKSIM_SERVICE_H__ */
|