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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/host_command.h b/include/host_command.h
index 1fbf0b6554..231ef9a6b8 100644
--- a/include/host_command.h
+++ b/include/host_command.h
@@ -207,6 +207,12 @@ void host_packet_receive(struct host_packet *pkt);
*/
void host_throttle_cpu(int throttle);
+
+/**
+ * Signal host command task to send status to PD MCU.
+ */
+void host_command_pd_send_status(void);
+
/**
* Send host command to PD MCU.
*