#ifndef JACANA_CALLBACK_H | |
#define JACANA_CALLBACK_H | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
#include "aboot-tiny.h" | |
aboot_tiny_error_t jacana_aboot_tiny_get_result(void); | |
void jacana_aboot_tiny_set_result(aboot_tiny_error_t r); | |
void jacana_aboot_tiny_callback(const aboot_tiny_message_t *msg); | |
/*---------------------------------------------------------------------------*/ | |
#ifdef __cplusplus | |
} /* extern "C" */ | |
#endif | |
#endif /* JACANA_CALLBACK_H */ |