The *-arch.h files seem to be out of style in Contiki 2.x so removed the only Win32 one - most of the content will show up in the (one and only) Win32 conf header.

This commit is contained in:
oliverschmidt 2006-08-14 23:50:51 +00:00
parent 56b07d90a6
commit 15154b071e
2 changed files with 7 additions and 73 deletions

View file

@ -30,11 +30,14 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $Id: ctk-console.h,v 1.1 2006/08/13 16:36:01 oliverschmidt Exp $
* $Id: ctk-console.h,v 1.2 2006/08/14 23:50:51 oliverschmidt Exp $
*/
#ifndef __CTK_CONSOLE_H__
#define __CTK_CONSOLE_H__
#define cputc console_cputc
#define cputs console_cputs
void console_init(void);
void console_exit(void);
unsigned char console_resize(void);
@ -59,4 +62,7 @@ void cputsxy(unsigned char x, unsigned char y, char *str);
void cputcxy(unsigned char x, unsigned char y, char c);
void textcolor(unsigned char c);
ctk_arch_key_t ctk_arch_getkey(void);
unsigned char ctk_arch_keyavail(void);
#endif /* __CTK_CONSOLE_H__ */