blob: 4d98692aa8f83808e6bbcac63ac7c08b1326ad6d [file] [log] [blame]
/*
$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 */