retargettft.h

Go to the documentation of this file.
00001 /**************************************************************************/
00034 #ifndef __RETARGETTFT_H
00035 #define __RETARGETTFT_H
00036 
00037 /***************************************************************************/
00042 /***************************************************************************/
00047 #ifdef __cplusplus
00048 extern "C" {
00049 #endif
00050 
00051 void RETARGET_TftInit(void);
00052 void RETARGET_TftCrLf(int on);
00053 
00054 int  RETARGET_ReadChar(void);
00055 int  RETARGET_WriteChar(char c);
00056 
00057 #if defined(__CROSSWORKS_ARM)
00058 int __putchar(int ch);
00059 int __getchar(void);
00060 #endif
00061 
00062 #ifdef __cplusplus
00063 }
00064 #endif
00065 
00069 #endif