summaryrefslogtreecommitdiff
path: root/6515/libsensors_iio/software/simple_apps/common/console_helper.h
blob: 5251d1c03144f3e55184c41b49cb41fd753da2e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
 $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_