Private
Public Access
2
0

arm: add initial skeleton for arm platform support

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-11-21 00:35:57 +00:00
parent 79afd9173a
commit f9d466bb84
5 changed files with 59 additions and 1 deletions

View File

@@ -54,12 +54,19 @@ mraa_result_t mraa_setup_mux_mapped(mraa_pin_t meta);
mraa_result_t mraa_setup_uart(int index);
/**
* Runtime detect running x86 platform
* runtime detect running x86 platform
*
* @return mraa_platform_t of the init'ed platform
*/
mraa_platform_t mraa_x86_platform();
/**
* runtime detect running arm platforms
*
* @return mraa_platform_t of the init'ed platform
*/
mraa_platform_t mraa_arm_platform();
#ifdef __cplusplus
}
#endif