The libconio_arch-small is architecture-depend implementation of console I/O with minimum size for the server mode.
This commit is contained in:
parent
3ace4c55cd
commit
d6ec25e37c
2 changed files with 110 additions and 0 deletions
8
platform/pc-6001/ctk/libconio_arch-small.h
Normal file
8
platform/pc-6001/ctk/libconio_arch-small.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef __LIBCONIO_ARCH_MSLL_H__
|
||||
#define __LIBCONIO_ARCH_MSLL_H__
|
||||
#include "contiki.h"
|
||||
|
||||
void clrscr_arch();
|
||||
void libputc_arch(unsigned char ch);
|
||||
|
||||
#endif /* __LIBCONIO_ARCH_MSLL_H__ */
|
Loading…
Add table
Add a link
Reference in a new issue