linux/drivers/usb/misc/onboard_usb_dev.h

/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2022, Google LLC
 */

#ifndef _USB_MISC_ONBOARD_USB_DEV_H
#define _USB_MISC_ONBOARD_USB_DEV_H

#define MAX_SUPPLIES

struct onboard_dev_pdata {};

static const struct onboard_dev_pdata microchip_usb424_data =;

static const struct onboard_dev_pdata microchip_usb5744_data =;

static const struct onboard_dev_pdata realtek_rts5411_data =;

static const struct onboard_dev_pdata ti_tusb8020b_data =;

static const struct onboard_dev_pdata ti_tusb8041_data =;

static const struct onboard_dev_pdata cypress_hx3_data =;

static const struct onboard_dev_pdata cypress_hx2vl_data =;

static const struct onboard_dev_pdata genesys_gl850g_data =;

static const struct onboard_dev_pdata genesys_gl852g_data =;

static const struct onboard_dev_pdata vialab_vl817_data =;

static const struct onboard_dev_pdata xmos_xvf3500_data =;

static const struct of_device_id onboard_dev_match[] =;

#endif /* _USB_MISC_ONBOARD_USB_DEV_H */