1 /*
2  $License:
3     Copyright (C) 2011 InvenSense Corporation, All Rights Reserved.
4  $
5  */
6 
7 /******************************************************************************
8  *
9  * $Id:$
10  *
11  *****************************************************************************/
12 
13 #ifndef _CONSOLE_HELPER_H_
14 #define _CONSOLE_HELPER_H_
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 //#include "mltypes.h"
21 
22 /*
23     Prototypes
24 */
25 
26 char ConsoleGetChar(void);
27 int ConsoleKbhit(void);
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #endif // _CONSOLE_HELPER_H_
34