summaryrefslogtreecommitdiffstats
path: root/60xx/libsensors_iio/software/core/mpl/authenticate.h
diff options
context:
space:
mode:
Diffstat (limited to '60xx/libsensors_iio/software/core/mpl/authenticate.h')
-rw-r--r--60xx/libsensors_iio/software/core/mpl/authenticate.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/60xx/libsensors_iio/software/core/mpl/authenticate.h b/60xx/libsensors_iio/software/core/mpl/authenticate.h
new file mode 100644
index 0000000..d7c803b
--- /dev/null
+++ b/60xx/libsensors_iio/software/core/mpl/authenticate.h
@@ -0,0 +1,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__ */