summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/anx7452_usb_mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/anx7452_usb_mux.c')
-rw-r--r--zephyr/shim/src/anx7452_usb_mux.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/zephyr/shim/src/anx7452_usb_mux.c b/zephyr/shim/src/anx7452_usb_mux.c
new file mode 100644
index 0000000000..a2ceef5a3a
--- /dev/null
+++ b/zephyr/shim/src/anx7452_usb_mux.c
@@ -0,0 +1,14 @@
+/* Copyright 2023 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "usb_mux.h"
+#include "usbc/usb_muxes.h"
+
+#include <zephyr/devicetree.h>
+#include <zephyr/sys/util_macro.h>
+
+const struct anx7452_control anx7452_controls[] = {
+ USB_MUX_ANX7452_CONTROLS_ARRAY
+};