summaryrefslogtreecommitdiff
path: root/include/host_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/host_command.h')
-rw-r--r--include/host_command.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/host_command.h b/include/host_command.h
index 5313277cab..6218d17ebc 100644
--- a/include/host_command.h
+++ b/include/host_command.h
@@ -114,6 +114,16 @@ void host_clear_events(uint32_t mask);
uint32_t host_get_events(void);
/**
+ * Send a response to the relevent driver for transmission
+ *
+ * Once command processing is complete, this is used to send a response
+ * back to the host.
+ *
+ * @param args Contains response to send
+ */
+void host_send_response(struct host_cmd_handler_args *args);
+
+/**
* Called by host interface module when a command is received.
*/
void host_command_received(struct host_cmd_handler_args *args);