1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __DRIVERS_USB_HUB_CHIP_H__
4 #define __DRIVERS_USB_HUB_CHIP_H__
8 struct drivers_usb_hub_config
{
11 unsigned int port_count
; /* Number of Super-speed or High-speed ports */
12 char acpi_name
[ACPI_NAME_BUFFER_SIZE
]; /* Set by the acpi_name ops */
15 #endif /* __DRIVERS_USB_HUB_CHIP_H__ */