6#ifndef ZEPHYR_INCLUDE_BARRIER_ARM_H_
7#define ZEPHYR_INCLUDE_BARRIER_ARM_H_
9#ifndef ZEPHYR_INCLUDE_SYS_BARRIER_H_
10#error Please include <zephyr/sys/barrier.h>
13#include <cmsis_core.h>
19static ALWAYS_INLINE
void z_barrier_sync_synchronize(
void)
24static ALWAYS_INLINE
void z_barrier_dmem_fence_full(
void)
29static ALWAYS_INLINE
void z_barrier_dsync_fence_full(
void)
34static ALWAYS_INLINE
void z_barrier_isync_fence_full(
void)