From fe4eb3f83a53b9e2e907bf66b0ac5606da72d027 Mon Sep 17 00:00:00 2001 From: DineshKumar Kalva Date: Wed, 3 Jun 2026 10:59:09 +0530 Subject: [PATCH] platform: acp_7_x: add placeholder for platform-specific headers Signed-off-by: DineshKumar Kalva --- src/platform/amd/acp_7_x/platform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/amd/acp_7_x/platform.c b/src/platform/amd/acp_7_x/platform.c index f6778dd0bf98..06e95f2f29e1 100644 --- a/src/platform/amd/acp_7_x/platform.c +++ b/src/platform/amd/acp_7_x/platform.c @@ -39,6 +39,7 @@ #include LOG_MODULE_REGISTER(platform_file, CONFIG_SOF_LOG_LEVEL); +/* add platform specific header files here */ #define INTERRUPT_DISABLE 0 extern void acp_dsp_to_host_intr_trig(void);