summaryrefslogtreecommitdiff
path: root/zephyr/program/myst/myst/include/usb_mux_config.h
blob: 848753ba67b482a1dd890e32fae1881336adcef5 (plain)
1
2
3
4
5
6
7
8
9
10
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 */