Home | History | Annotate | Download | only in mpl
      1 /*
      2  $License:
      3     Copyright (C) 2011-2012 InvenSense Corporation, All Rights Reserved.
      4     See included License.txt for License information.
      5  $
      6  */
      7 
      8 /*******************************************************************************
      9  *
     10  * $Id$
     11  *
     12  ******************************************************************************/
     13 
     14 #ifndef MLDMP_AUTHENTICATE_H__
     15 #define MLDMP_AUTHENTICATE_H__
     16 
     17 #include "invensense.h"
     18 
     19 inv_error_t inv_check_key(void);
     20 
     21 #endif  /* MLDMP_AUTHENTICATE_H__ */
     22