From a09d1d043c5cdaa9cebc5652389eaccbed54d718 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 26 May 2007 23:23:28 +0000 Subject: [PATCH] Finally moved service.[c|h] into backyard. The "only" user left in outside backyard is the CTK on GTK simulation layer - which needs to be updated to build / run again... --- {core => backyard/core}/sys/service.c | 2 +- {core => backyard/core}/sys/service.h | 2 +- core/contiki.h | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) rename {core => backyard/core}/sys/service.c (97%) rename {core => backyard/core}/sys/service.h (98%) diff --git a/core/sys/service.c b/backyard/core/sys/service.c similarity index 97% rename from core/sys/service.c rename to backyard/core/sys/service.c index 646c6328e..7a5447e85 100644 --- a/core/sys/service.c +++ b/backyard/core/sys/service.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: service.c,v 1.1 2006/06/17 22:41:20 adamdunkels Exp $ + * @(#)$Id: service.c,v 1.1 2007/05/26 23:24:24 oliverschmidt Exp $ */ #include diff --git a/core/sys/service.h b/backyard/core/sys/service.h similarity index 98% rename from core/sys/service.h rename to backyard/core/sys/service.h index 3ea2e6d62..76e16d1a2 100644 --- a/core/sys/service.h +++ b/backyard/core/sys/service.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: service.h,v 1.2 2006/09/09 23:25:07 oliverschmidt Exp $ + * @(#)$Id: service.h,v 1.1 2007/05/26 23:24:24 oliverschmidt Exp $ */ /** \addtogroup sys diff --git a/core/contiki.h b/core/contiki.h index a9f77233f..03a4453fe 100644 --- a/core/contiki.h +++ b/core/contiki.h @@ -30,7 +30,7 @@ * * Author: Adam Dunkels * - * $Id: contiki.h,v 1.3 2007/05/15 07:48:11 adamdunkels Exp $ + * $Id: contiki.h,v 1.4 2007/05/26 23:23:56 oliverschmidt Exp $ */ #ifndef __CONTIKI_H__ #define __CONTIKI_H__ @@ -40,7 +40,6 @@ #include "sys/process.h" #include "sys/autostart.h" -#include "sys/service.h" #include "sys/timer.h" #include "sys/etimer.h"