/*
 $License:
    Copyright (C) 2011 InvenSense Corporation, All Rights Reserved.
 $
 */
#ifndef ML_DMPDEFAULT_H__
#define ML_DMPDEFAULT_H__

/**
 * @defgroup DEFAULT 
 * @brief Default DMP assembly listing header file
 *
 * @{
 *      @file     inv_setup_dmp.c
 *      @brief    Default DMP assembly listing header file
 */


#ifdef __cplusplus
extern "C"
{
#endif
    inv_error_t inv_setup_dmp(void);

#ifdef __cplusplus
}
#endif


#endif // ML_DMPDEFAULT_H__
