diff options
author | Sean Rhodes <sean@starlabs.systems> | 2024-10-02 13:34:13 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-10-09 01:19:41 +0000 |
commit | 7a39531af6ad2a3dccd2a277542c91c5d049a195 (patch) | |
tree | 21dbbb2f23190d242ca9a70ddd5903bfd3aa8964 /src/drivers/usb/acpi/chip.h | |
parent | e80eea6d45943c3e6f020b3d07e36870af255698 (diff) |
drivers/usb/acpi: Move Intel Bluetooth functions to separate file
The code for Intel Bluetooth is unrelated to all other devices, and
needs to grow in size - move it to another file.
Change-Id: I65ccb9f2fd95b07fa63866485920539adc474873
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84625
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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__ */ |