summaryrefslogtreecommitdiff
path: root/peripheral/libmraa/include/mraa_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libmraa/include/mraa_internal.h')
-rw-r--r--peripheral/libmraa/include/mraa_internal.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/peripheral/libmraa/include/mraa_internal.h b/peripheral/libmraa/include/mraa_internal.h
index edd65d8..428876d 100644
--- a/peripheral/libmraa/include/mraa_internal.h
+++ b/peripheral/libmraa/include/mraa_internal.h
@@ -34,11 +34,9 @@ extern "C" {
#include "common.h"
#include "mraa_internal_types.h"
#include "mraa_adv_func.h"
-#include "mraa_lang_func.h"
extern mraa_board_t* plat;
extern mraa_iio_info_t* plat_iio;
-extern mraa_lang_func_t* lang_func;
/**
* Takes in pin information and sets up the multiplexors.
@@ -132,24 +130,6 @@ mraa_boolean_t mraa_link_targets(const char* filename, const char* targetname);
*/
int mraa_find_i2c_bus(const char* devname, int startfrom);
-#if defined(IMRAA)
-/**
- * read Imraa subplatform lock file, caller is responsible to free return
- * struct array
- *
- * @param imraa lockfile location
- * @return the number of subplatforms added
- */
-uint32_t mraa_add_from_lockfile(const char* imraa_lock_file);
-
-/**
- * Internal imraa init function
- *
- * @return mraa_result_t indicating success
- */
-mraa_result_t imraa_init();
-#endif
-
#ifdef __cplusplus
}
#endif