sof/zephyr/include/rtos
Laurentiu Mihalcea 17844811db zephyr: interrupt.h: conditionally include drivers/interrupt.h
NXP's i.MX8 and Intel's CAVS are the only platforms using
Zephyr that also require the usage of drivers/interrupt.h. Since
for i.MX8 platforms drivers/interrupt.h is included through
xtos/rtos/interrupt.h, add a macro guard around the inclusion of
drivers/interrupt.h which will allow the other Zephyr platforms
(i.e: NXP's i.MX93 and Intel's ACE) to finally remove the SOF-specific
drivers/interrupt.h. This is desired because the platforms should only
rely on the Zephyr interrupt support instead of having to use
a hybrid between Zephyr and SOF interrupt support.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
2024-01-29 14:53:26 +00:00
..
alloc.h header: rtos: use rtos specific version of alloc.h 2022-09-12 11:44:27 +01:00
atomic.h
bit.h header: rtos: use rtos specific version of bit.h 2022-08-31 12:01:07 +01:00
cache.h zephyr: include: rtos: cache.h: Remove unused macros 2023-05-25 14:26:17 +03:00
clk.h clock: replace per-clock locks with a global one 2023-03-07 13:37:56 +02:00
idc.h idc: ipv4: Add idc_comp_free operation 2023-11-08 14:34:35 +02:00
init.h zephyr: update SYS_INIT calls 2023-04-24 19:13:47 +03:00
interrupt.h zephyr: interrupt.h: conditionally include drivers/interrupt.h 2024-01-29 14:53:26 +00:00
kernel.h
panic.h include: sof: debug: Split panic.h into Zephyr and XTOS-specific headers 2023-02-21 15:34:47 +00:00
sof.h ipc4: zephyr: remove useless member in struct sof for native driver 2023-07-11 13:55:01 +01:00
spinlock.h
string.h zephyr: fix a typo in string header file 2024-01-23 19:43:02 +02:00
string_macro.h sof: remove META usage in sof source code 2024-01-23 19:43:02 +02:00
symbol.h module: export symbols for loadable modules 2024-01-09 19:01:13 +02:00
task.h Switch to using rtos/task.h instead of sof/schedule/task.h 2023-02-24 14:28:49 +02:00
timer.h Switch to using rtos/sof.h instead of sof/sof.h 2023-02-22 13:15:06 +00:00
wait.h zephyr: Fix cycle counting on i.MX 2022-10-18 08:57:39 +03:00