File tree Expand file tree Collapse file tree 2 files changed +11
-25
lines changed Expand file tree Collapse file tree 2 files changed +11
-25
lines changed Original file line number Diff line number Diff line change 14
14
#include <soc.h>
15
15
#include <zephyr/init.h>
16
16
#include <zephyr/kernel.h>
17
+ #include <zephyr/device.h>
17
18
#include <zephyr/devicetree.h>
18
19
#include <zephyr/sys/atomic.h>
19
20
#include <zephyr/drivers/dma.h>
20
21
#include <zephyr/drivers/clock_control.h>
21
22
#include <zephyr/sys/barrier.h>
22
23
23
- #include "dma_mcux_edma.h"
24
+ #include <fsl_common.h>
25
+ #include <fsl_edma.h>
26
+
27
+ #if defined(FSL_FEATURE_SOC_DMAMUX_COUNT ) && FSL_FEATURE_SOC_DMAMUX_COUNT
28
+ #include <fsl_dmamux.h>
29
+ #endif
30
+
31
+ #if defined(FSL_FEATURE_MEMORY_HAS_ADDRESS_OFFSET ) && FSL_FEATURE_MEMORY_HAS_ADDRESS_OFFSET
32
+ #include <fsl_memory.h>
33
+ #endif
24
34
25
35
#include <zephyr/logging/log.h>
26
36
#include <zephyr/irq.h>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments