summaryrefslogtreecommitdiff
path: root/zephyr/program/myst/myst/include/usb_mux_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/myst/myst/include/usb_mux_config.h')
-rw-r--r--zephyr/program/myst/myst/include/usb_mux_config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/program/myst/myst/include/usb_mux_config.h b/zephyr/program/myst/myst/include/usb_mux_config.h
new file mode 100644
index 0000000000..848753ba67
--- /dev/null
+++ b/zephyr/program/myst/myst/include/usb_mux_config.h
@@ -0,0 +1,11 @@
+/* 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.
+ */
+
+#ifndef __MYST_USB_MUX_CONFIG_H
+#define __MYST_USB_MUX_CONFIG_H
+
+uint32_t get_io_db_type_from_cached_cbi(void);
+
+#endif /* __MYST_USB_MUX_CONFIG_H */