aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/pmc_mux/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/intel/pmc_mux/chip.h')
-rw-r--r--src/drivers/intel/pmc_mux/chip.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/drivers/intel/pmc_mux/chip.h b/src/drivers/intel/pmc_mux/chip.h
new file mode 100644
index 0000000000..dcca2a3ecc
--- /dev/null
+++ b/src/drivers/intel/pmc_mux/chip.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#ifndef __DRIVERS_INTEL_PMC_MUX_H__
+#define __DRIVERS_INTEL_PMC_MUX_H__
+
+struct drivers_intel_pmc_mux_config {
+};
+
+#endif /* __DRIVERS_INTEL_PMC_MUX_H__ */