aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/radio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/radio.h b/include/radio.h
index d606a3e..1e58d5b 100644
--- a/include/radio.h
+++ b/include/radio.h
@@ -98,6 +98,10 @@ void ipc_client_send_get(struct ipc_client *client, const unsigned short command
void ipc_client_send_exec(struct ipc_client *client, const unsigned short command, unsigned char mseq);
/* Utility functions */
+void ipc_client_log_recv(struct ipc_client *client,
+ struct ipc_message_info *response, char *prefix);
+void ipc_client_log_send(struct ipc_client *client,
+ struct ipc_message_info *request, char *prefix);
const char *ipc_response_type_to_str(int type);
const char *ipc_request_type_to_str(int type);
const char *ipc_command_to_str(int command);