zephyr/include/arch/xtensa
Daniel Leung 605cad1190 xtensa: cache: XCC needs to declare variable outside for loop
XCC doesn't like that a for loop which declares the loop
variable inline. So extract the declaration of the loop
variable outside the for loop.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-07-22 15:41:11 +03:00
..
arch_inlines.h
arch.h clock: rename z_timer_cycle_get_32 -> sys_clock_cycle_get_32 2021-03-19 11:22:17 -04:00
atomic_xtensa.h arch/xtensa: Inline atomics 2021-03-08 11:14:27 -05:00
cache.h xtensa: cache: XCC needs to declare variable outside for loop 2021-07-22 15:41:11 +03:00
exc.h
irq.h arch/xtensa: Remove XTOS dependency in irq_lock() 2021-03-08 11:14:27 -05:00
thread.h