Private
Public Access
2
0

arch: initial framework for supporting other architectures added.

x86: all platforms moved into x86 directory

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-11-21 00:01:08 +00:00
parent aff88114e5
commit b0a21e2c30
11 changed files with 129 additions and 62 deletions

View File

@@ -53,6 +53,13 @@ mraa_result_t mraa_setup_mux_mapped(mraa_pin_t meta);
*/
mraa_result_t mraa_setup_uart(int index);
/**
* Runtime detect running x86 platform
*
* @return mraa_platform_t of the init'ed platform
*/
mraa_platform_t mraa_x86_platform();
#ifdef __cplusplus
}
#endif