summaryrefslogtreecommitdiff
path: root/src/drivers/usb/hub/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/usb/hub/chip.h')
-rw-r--r--src/drivers/usb/hub/chip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/usb/hub/chip.h b/src/drivers/usb/hub/chip.h
index d735f112f9..4c5e380d5d 100644
--- a/src/drivers/usb/hub/chip.h
+++ b/src/drivers/usb/hub/chip.h
@@ -3,10 +3,13 @@
#ifndef __DRIVERS_USB_HUB_CHIP_H__
#define __DRIVERS_USB_HUB_CHIP_H__
+#include <acpi/acpi.h>
+
struct drivers_usb_hub_config {
const char *name;
const char *desc;
unsigned int port_count; /* Number of Super-speed or High-speed ports */
+ char acpi_name[ACPI_NAME_BUFFER_SIZE]; /* Set by the acpi_name ops */
};
#endif /* __DRIVERS_USB_HUB_CHIP_H__ */