mraa_internal.h: Added mraa_iio_detect() function declaration
authorHenry Bruce <henry.bruce@intel.com>
Wed, 2 Dec 2015 22:38:41 +0000 (14:38 -0800)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 15 Dec 2015 10:42:06 +0000 (10:42 +0000)
Signed-off-by: Henry Bruce <henry.bruce@intel.com>
include/mraa_internal.h

index 2588026..428876d 100644 (file)
@@ -68,6 +68,13 @@ mraa_platform_t mraa_arm_platform();
 mraa_platform_t mraa_usb_platform_extender(mraa_board_t* board);
 
 /**
+ * runtime detect iio subsystem
+ *
+ * @return mraa_result_t indicating success of iio detection
+ */
+mraa_result_t mraa_iio_detect();
+
+/**
  * helper function to check if file exists
  *
  * @param filename to check