|
@@ -10,6 +10,10 @@
|
|
|
#include <furi_hal.h>
|
|
#include <furi_hal.h>
|
|
|
#include <stdint.h>
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
|
|
+#ifdef __cplusplus
|
|
|
|
|
+extern "C" {
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
typedef enum {
|
|
typedef enum {
|
|
|
/* Flipper drives the clock line */
|
|
/* Flipper drives the clock line */
|
|
|
/* Unsupported at this time */
|
|
/* Unsupported at this time */
|
|
@@ -75,4 +79,8 @@ void *gblink_alloc(struct gblink_def *gblink_def);
|
|
|
|
|
|
|
|
void gblink_free(void *handle);
|
|
void gblink_free(void *handle);
|
|
|
|
|
|
|
|
|
|
+#ifdef __cplusplus
|
|
|
|
|
+{
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
#endif // __GBLINK_H__
|
|
#endif // __GBLINK_H__
|