summaryrefslogtreecommitdiffstats
path: root/libsensors_iio/software/simple_apps/common/fopenCMake.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors_iio/software/simple_apps/common/fopenCMake.h')
-rw-r--r--libsensors_iio/software/simple_apps/common/fopenCMake.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/libsensors_iio/software/simple_apps/common/fopenCMake.h b/libsensors_iio/software/simple_apps/common/fopenCMake.h
deleted file mode 100644
index c5eba39..0000000
--- a/libsensors_iio/software/simple_apps/common/fopenCMake.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- $License:
- Copyright (C) 2011 InvenSense Corporation, All Rights Reserved.
- $
- */
-#ifndef FOPEN_CMAKE_H__
-#define FOPEN_CMAKE_H__
-
-#include <stdio.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-FILE *fopenCMake( const char *filename, const char *prop );
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif // FOPEN_CMAKE_H__