diff options
Diffstat (limited to 'src/drivers/usb/acpi/chip.h')
-rw-r--r-- | src/drivers/usb/acpi/chip.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/usb/acpi/chip.h b/src/drivers/usb/acpi/chip.h index 855a5d798b..ad2e3cd485 100644 --- a/src/drivers/usb/acpi/chip.h +++ b/src/drivers/usb/acpi/chip.h @@ -86,4 +86,7 @@ struct drivers_usb_acpi_config { /* Method to get PLD structure from USB device */ bool usb_acpi_get_pld(const struct device *usb_device, struct acpi_pld *pld); +/* Intel Bluetooth */ +void acpi_device_intel_bt(void); + #endif /* __USB_ACPI_CHIP_H__ */ |