summaryrefslogtreecommitdiffstats
path: root/libsensors_iio/software/core/mpl/authenticate.h
blob: d7c803b0ab10af4b5da1d54fe009c4c0ce542d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 $License:
    Copyright (C) 2011-2012 InvenSense Corporation, All Rights Reserved.
    See included License.txt for License information.
 $
 */

/*******************************************************************************
 *
 * $Id$
 *
 ******************************************************************************/

#ifndef MLDMP_AUTHENTICATE_H__
#define MLDMP_AUTHENTICATE_H__

#include "invensense.h"

inv_error_t inv_check_key(void);

#endif  /* MLDMP_AUTHENTICATE_H__ */