summaryrefslogtreecommitdiffstats
path: root/60xx/libsensors_iio/software/core/mllite/linux/ml_load_dmp.h
blob: 4d98692aa8f83808e6bbcac63ac7c08b1326ad6d (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) 2012 InvenSense Corporation, All Rights Reserved.
 $
 */

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

#ifndef INV_LOAD_DMP_H
#define INV_LOAD_DMP_H

#ifdef __cplusplus
extern "C" {
#endif

/*
    Includes.
*/
#include "mltypes.h"

/*
    APIs
*/
inv_error_t inv_load_dmp(FILE  *fd);

#ifdef __cplusplus
}
#endif
#endif  /* INV_LOAD_DMP_H */