retargettextdisplay.h

Go to the documentation of this file.
00001 /**************************************************************************/
00018 #ifndef _RETARGETTEXTDISPLAY_H_
00019 #define _RETARGETTEXTDISPLAY_H_
00020 
00021 #include "emstatus.h"
00022 
00023 /***************************************************************************/
00028 /***************************************************************************/
00033 #ifdef __cplusplus
00034 extern "C" {
00035 #endif
00036 
00037 #if defined(__CROSSWORKS_ARM)
00038 int __putchar(int ch);
00039 int __getchar(void);
00040 #endif
00041 
00042 /*******************************************************************************
00043  **************************    FUNCTION PROTOTYPES    **************************
00044  ******************************************************************************/
00045 
00046 EMSTATUS RETARGET_TextDisplayInit(void);
00047 EMSTATUS RETARGET_WriteString(char*   str);
00048 
00049 #ifdef __cplusplus
00050 }
00051 #endif
00052 
00056 #endif /* _RETARGETTEXTDISPLAY_H_ */