blob: 5a53b7a6fada43f8e6a531780683e40e9bd9a4cc [file] [log] [blame]
b.liuced8dd02024-06-28 13:28:29 +08001#ifndef JACANA_CALLBACK_H
2#define JACANA_CALLBACK_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#include "aboot-tiny.h"
9
10aboot_tiny_error_t jacana_aboot_tiny_get_result(void);
11void jacana_aboot_tiny_set_result(aboot_tiny_error_t r);
12void jacana_aboot_tiny_callback(const aboot_tiny_message_t *msg);
13
14/*---------------------------------------------------------------------------*/
15
16#ifdef __cplusplus
17} /* extern "C" */
18#endif
19
20#endif /* JACANA_CALLBACK_H */