1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef __DRIVERS_INTEL_USB4_RETIMER_H__
4 #define __DRIVERS_INTEL_USB4_RETIMER_H__
6 #include <acpi/acpi_device.h>
8 #include <acpi/acpi_pld.h>
12 struct drivers_intel_usb4_retimer_config
{
13 /* Downstream facing port(DFP) */
15 /* GPIO used to control power of retimer device */
16 struct acpi_gpio power_gpio
;
17 /* Type-C port associated with retimer */
18 DEVTREE_CONST
struct device
*typec_port
;
22 #endif /* __DRIVERS_INTEL_USB4_RETIMER_H__ */