summaryrefslogtreecommitdiff
path: root/chip/mt_scp/ipi.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/ipi.c')
-rw-r--r--chip/mt_scp/ipi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mt_scp/ipi.c b/chip/mt_scp/ipi.c
index 5ec49d318d..05bbed890b 100644
--- a/chip/mt_scp/ipi.c
+++ b/chip/mt_scp/ipi.c
@@ -59,7 +59,7 @@ static inline void try_to_wakeup_ap(int32_t id)
}
/* Send data from SCP to AP. */
-int ipi_send(int32_t id, void *buf, uint32_t len, int wait)
+int ipi_send(int32_t id, const void *buf, uint32_t len, int wait)
{
/*
* TODO(b:117917141): Evaluate if we can remove this once we have the