summaryrefslogtreecommitdiff
path: root/libsensors_iio/software/core/mpl/mlsetinterrupts.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors_iio/software/core/mpl/mlsetinterrupts.h')
-rw-r--r--libsensors_iio/software/core/mpl/mlsetinterrupts.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/libsensors_iio/software/core/mpl/mlsetinterrupts.h b/libsensors_iio/software/core/mpl/mlsetinterrupts.h
deleted file mode 100644
index a81dabb..0000000
--- a/libsensors_iio/software/core/mpl/mlsetinterrupts.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- $License:
- Copyright (c) 2008 InvenSense Corporation, All Rights Reserved.
- $
- */
-
-#ifndef MLSETINTERRUPT_H
-#define MLSETINTERRUPT_H
-
-#include "mltypes.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
- /* DEPRECATED - Scheduled for removal. Do not use */
- inv_error_t MLSetInterrupts(unsigned short interrupts);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* MLSETINTERRUPT_H */