/*
 $License:
    Copyright (C) 2011 InvenSense Corporation, All Rights Reserved.
 $
 */

/*******************************************************************************
 *
 * $Id:$
 *
 ******************************************************************************/

#ifndef __INV_USTORE_LITE_FUSION_H__
#define __INV_USTORE_LITE_FUSION_H__

#ifdef __cplusplus
extern "C" {
#endif

#include "mltypes.h"

inv_error_t inv_init_ustore_lite_fusion(void);

#ifdef __cplusplus
}
#endif
#endif // __INV_USTORE_LITE_FUSION_H__
