Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

/*
 * Copyright (c) 2020 NXP Semiconductor INC.
 * All rights reserved.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#ifndef DMA_MCUX_EDMA_H_
#define DMA_MCUX_EDMA_H_

#include <errno.h>
#include <device.h>
#include <drivers/dma.h>
#include <soc.h>
#include <fsl_common.h>

#include "fsl_edma.h"
#include "fsl_dmamux.h"

#endif /* DMA_MCUX_EDMA_H_*/