1 // SPDX-License-Identifier: GPL-2.0-only 1 // SPDX-License-Identifier: GPL-2.0-only 2 #ifndef __LINUX_DMA_QCOM_ADM_H 2 #ifndef __LINUX_DMA_QCOM_ADM_H 3 #define __LINUX_DMA_QCOM_ADM_H 3 #define __LINUX_DMA_QCOM_ADM_H 4 4 5 #include <linux/types.h> 5 #include <linux/types.h> 6 6 7 struct qcom_adm_peripheral_config { 7 struct qcom_adm_peripheral_config { 8 u32 crci; 8 u32 crci; 9 u32 mux; 9 u32 mux; 10 }; 10 }; 11 11 12 #endif /* __LINUX_DMA_QCOM_ADM_H */ 12 #endif /* __LINUX_DMA_QCOM_ADM_H */ 13 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.