/*
 $License:
    Copyright (C) 2011 InvenSense Corporation, All Rights Reserved.
 $
 */

/******************************************************************************
 *
 * $Id:$
 *
 *****************************************************************************/

#ifndef _CONSOLE_HELPER_H_
#define _CONSOLE_HELPER_H_

#ifdef __cplusplus
extern "C" {
#endif

//#include "mltypes.h"

/*
    Prototypes
*/

char ConsoleGetChar(void);
int ConsoleKbhit(void);

#ifdef __cplusplus
}
#endif

#endif // _CONSOLE_HELPER_H_
