mirror of https://github.com/thesofproject/sof.git
17844811db
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> |
||
---|---|---|
.. | ||
alloc.h | ||
atomic.h | ||
bit.h | ||
cache.h | ||
clk.h | ||
idc.h | ||
init.h | ||
interrupt.h | ||
kernel.h | ||
panic.h | ||
sof.h | ||
spinlock.h | ||
string.h | ||
string_macro.h | ||
symbol.h | ||
task.h | ||
timer.h | ||
wait.h |