From 48193f89e12b2d762c429fe8f0cabb328f0b771b Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Thu, 12 Sep 2024 13:42:13 +0300 Subject: [PATCH] xtos: move list.h to application interface sof/list.h is a software interface used by the audio pipeline framework and should not be in the RTOS abstraction layer. Link: https://github.com/thesofproject/sof/issues/9015 Signed-off-by: Kai Vehmanen --- {xtos => src}/include/sof/list.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {xtos => src}/include/sof/list.h (100%) diff --git a/xtos/include/sof/list.h b/src/include/sof/list.h similarity index 100% rename from xtos/include/sof/list.h rename to src/include/sof/list.h