/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2010 Intel Corporation */ #ifndef PCH_DMA_H #define PCH_DMA_H #include <linux/dmaengine.h> enum pch_dma_width { … }; struct pch_dma_slave { … }; #endif
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2010 Intel Corporation */ #ifndef PCH_DMA_H #define PCH_DMA_H #include <linux/dmaengine.h> enum pch_dma_width { … }; struct pch_dma_slave { … }; #endif