Moved CTK terminal support into backyard as it depends on stuff recently moved in backyard as well.

This commit is contained in:
oliverschmidt 2007-05-26 21:54:08 +00:00
parent 4521c330d5
commit 5e7ecef8ab
8 changed files with 8 additions and 8 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: ctk-term-ascii.h,v 1.1 2006/06/17 22:41:16 adamdunkels Exp $ * @(#)$Id: ctk-term-ascii.h,v 1.1 2007/05/26 21:54:33 oliverschmidt Exp $
*/ */
/* ascii_control.h /* ascii_control.h
* *

View File

@ -30,7 +30,7 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: ctk-term-in.c,v 1.1 2006/06/17 22:41:16 adamdunkels Exp $ * $Id: ctk-term-in.c,v 1.1 2007/05/26 21:54:33 oliverschmidt Exp $
*/ */
#include <string.h> #include <string.h>
#include "ctk/ctk.h" #include "ctk/ctk.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: ctk-term-int.h,v 1.1 2006/06/17 22:41:16 adamdunkels Exp $ * @(#)$Id: ctk-term-int.h,v 1.1 2007/05/26 21:54:33 oliverschmidt Exp $
*/ */
#ifndef __CTK_TERM_INT_H__ #ifndef __CTK_TERM_INT_H__
#define __CTK_TERM_INT_H__ #define __CTK_TERM_INT_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: ctk-term-out.c,v 1.1 2006/06/17 22:41:16 adamdunkels Exp $ * @(#)$Id: ctk-term-out.c,v 1.1 2007/05/26 21:54:33 oliverschmidt Exp $
*/ */
#include "libconio.h" #include "libconio.h"
#include "ctk-term-int.h" #include "ctk-term-int.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: ctk-term-out.h,v 1.1 2006/06/17 22:41:16 adamdunkels Exp $ * @(#)$Id: ctk-term-out.h,v 1.1 2007/05/26 21:54:33 oliverschmidt Exp $
*/ */
#ifndef __CTK_TERM_OUT_H__ #ifndef __CTK_TERM_OUT_H__
#define __CTK_TERM_OUT_H__ #define __CTK_TERM_OUT_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: ctk-term.c,v 1.2 2006/08/30 22:24:12 oliverschmidt Exp $ * @(#)$Id: ctk-term.c,v 1.1 2007/05/26 21:54:33 oliverschmidt Exp $
*/ */
#include "ctk/ctk.h" #include "ctk/ctk.h"
#include "ctk-draw.h" #include "ctk-draw.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: ctk-term.h,v 1.1 2006/06/17 22:41:16 adamdunkels Exp $ * @(#)$Id: ctk-term.h,v 1.1 2007/05/26 21:54:33 oliverschmidt Exp $
*/ */
#ifndef __CTK_TERM_H__ #ifndef __CTK_TERM_H__
#define __CTK_TERM_H__ #define __CTK_TERM_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: ctk-termarch.h,v 1.1 2006/06/17 22:41:16 adamdunkels Exp $ * @(#)$Id: ctk-termarch.h,v 1.1 2007/05/26 21:54:33 oliverschmidt Exp $
*/ */
#ifndef __CTK_TERMARCH_H__ #ifndef __CTK_TERMARCH_H__
#define __CTK_TERMARCH_H__ #define __CTK_TERMARCH_H__