Private
Public Access
2
0

mraa_internal: add extern "C" to internal headers

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Brendan Le Foll
2014-07-10 22:08:05 +01:00
committed by Thomas Ingleby
parent 5845350283
commit b5b7dec441
5 changed files with 39 additions and 5 deletions

View File

@@ -24,6 +24,10 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "common.h"
#include "mraa_adv_func.h"
#include "mraa_internal_types.h"
@@ -79,8 +83,6 @@ mraa_mmap_pin_t* mraa_setup_mmap_gpio(int pin);
*/
mraa_result_t mraa_swap_complex_gpio(int pin, int out);
/** Get the advance structure.
*
* @return struct containing internal advance information for hooks
*/
mraa_adv_func* mraa_get_advance();
#ifdef __cplusplus
}
#endif