summaryrefslogtreecommitdiffstats
path: root/60xx/libsensors_iio/software/core/mllite/mpl.h
blob: a6b5ac7e46d878718a4ff2313728db803ca6680d (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
/*
 $License:
    Copyright (C) 2011-2012 InvenSense Corporation, All Rights Reserved.
    See included License.txt for License information.
 $
 */
#include "mltypes.h"

#ifndef INV_MPL_H__
#define INV_MPL_H__

#ifdef __cplusplus
extern "C" {
#endif

inv_error_t inv_init_mpl(void);
inv_error_t inv_start_mpl(void);
inv_error_t inv_get_version(char **version);

#ifdef __cplusplus
}
#endif

#endif // INV_MPL_H__