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...

This commit is contained in:
oliverschmidt 2007-05-26 23:23:28 +00:00
parent e7bc74a9d0
commit a09d1d043c
3 changed files with 3 additions and 4 deletions

View File

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * 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 <string.h> #include <string.h>

View File

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * 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 /** \addtogroup sys

View File

@ -30,7 +30,7 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $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__ #ifndef __CONTIKI_H__
#define __CONTIKI_H__ #define __CONTIKI_H__
@ -40,7 +40,6 @@
#include "sys/process.h" #include "sys/process.h"
#include "sys/autostart.h" #include "sys/autostart.h"
#include "sys/service.h"
#include "sys/timer.h" #include "sys/timer.h"
#include "sys/etimer.h" #include "sys/etimer.h"