aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma/qcom_adm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dma/qcom_adm.h')
-rw-r--r--include/linux/dma/qcom_adm.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/dma/qcom_adm.h b/include/linux/dma/qcom_adm.h
new file mode 100644
index 000000000000..af20df674f0c
--- /dev/null
+++ b/include/linux/dma/qcom_adm.h
@@ -0,0 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0-only
+#ifndef __LINUX_DMA_QCOM_ADM_H
+#define __LINUX_DMA_QCOM_ADM_H
+
+#include <linux/types.h>
+
+struct qcom_adm_peripheral_config {
+ u32 crci;
+ u32 mux;
+};
+
+#endif /* __LINUX_DMA_QCOM_ADM_H */