summaryrefslogtreecommitdiff
path: root/6515/libsensors_iio/software/core/mllite/linux/ml_load_dmp.h
blob: 3369f37c893ac911fa3e07ed0e15e6c5fe51217c (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
34
/*
 $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);
void read_dmp_img(char *dmp_path, char *out_file);

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