arm: add initial skeleton for arm platform support
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user