#ifndef __logmsg_h__
#define __logmsg_h__

#ifdef __cplusplus
extern "C" {
#endif

int logmsgInit(void);
int logmsgPut(char *, int);
int logmsgPrintBcd8(char *, char);
void logmsgPoll(void);

#ifdef __cplusplus
}
#endif

#endif /* __logmsg_h__ */

