Moved CTK terminal support into backyard as it depends on stuff recently moved in backyard as well.
This commit is contained in:
parent
4521c330d5
commit
5e7ecef8ab
|
@ -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
|
||||||
*
|
*
|
|
@ -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"
|
|
@ -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__
|
|
@ -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"
|
|
@ -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__
|
|
@ -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"
|
|
@ -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__
|
|
@ -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__
|
Loading…
Reference in a new issue