summaryrefslogtreecommitdiffstats
path: root/libsensors_iio/software/core/mpl/compass_fit.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors_iio/software/core/mpl/compass_fit.h')
-rw-r--r--libsensors_iio/software/core/mpl/compass_fit.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/libsensors_iio/software/core/mpl/compass_fit.h b/libsensors_iio/software/core/mpl/compass_fit.h
new file mode 100644
index 0000000..be3cce8
--- /dev/null
+++ b/libsensors_iio/software/core/mpl/compass_fit.h
@@ -0,0 +1,28 @@
+/*
+ $License:
+ Copyright (C) 2011-2012 InvenSense Corporation, All Rights Reserved.
+ See included License.txt for License information.
+ $
+ */
+
+#ifndef INV_MLDMP_COMPASSFIT_H__
+#define INV_MLDMP_COMPASSFIT_H__
+
+#include "mltypes.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void inv_init_compass_fit(void);
+inv_error_t inv_enable_compass_fit(void);
+inv_error_t inv_disable_compass_fit(void);
+inv_error_t inv_start_compass_fit(void);
+inv_error_t inv_stop_compass_fit(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif // INV_MLDMP_COMPASSFIT_H__