1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2010 Intel Corporation
9 #include <linux/dmaengine.h>
13 PCH_DMA_WIDTH_2_BYTES,
14 PCH_DMA_WIDTH_4_BYTES,
17 struct pch_dma_slave {
18 struct device *dma_dev;
22 enum pch_dma_width width;