blob: 5a53b7a6fada43f8e6a531780683e40e9bd9a4cc [file] [log] [blame]
#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 */