summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/anx7452_usb_mux.c
blob: a2ceef5a3a2481e5fcc657e828efac6ccf37c1ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
};