6#ifndef ZEPHYR_INCLUDE_ARCH_ARC_V2_DSP_ARC_DSP_H_
7#define ZEPHYR_INCLUDE_ARCH_ARC_V2_DSP_ARC_DSP_H_
void arc_dsp_disable(struct k_thread *thread, unsigned int options)
Disable dsp context preservation.
void arc_dsp_enable(struct k_thread *thread, unsigned int options)
Enable dsp context preservation.
static struct k_thread thread[2]
Definition atomic.c:26
Thread Structure.
Definition thread.h:259