diff --git a/BUILD.bazel b/BUILD.bazel index 933813843716..469f44ead56e 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1625,6 +1625,8 @@ ddk_headers( name = "all_headers_allowlist_aarch64", hdrs = [ "drivers/extcon/extcon.h", + "drivers/pci/controller/dwc/pcie-designware.h", + "drivers/pci/pci.h", "drivers/thermal/thermal_core.h", "drivers/thermal/thermal_debugfs.h", "drivers/thermal/thermal_netlink.h", @@ -1643,6 +1645,8 @@ ddk_headers( "arch/arm64/include", "arch/arm64/include/uapi", "drivers/extcon", + "drivers/pci", + "drivers/pci/controller/dwc", "drivers/thermal", "drivers/usb", "sound/usb",