xref: /aosp_15_r20/external/coreboot/src/southbridge/intel/common/pciehp.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <stdbool.h>
4 
5 #ifndef SOUTHBRIDGE_INTEL_COMMON_PCIEHP_H
6 #define SOUTHBRIDGE_INTEL_COMMON_PCIEHP_H
7 
8 void intel_acpi_pcie_hotplug_generator(bool *hotplug_map, int port_number);
9 void intel_acpi_pcie_hotplug_scan_slot(struct bus *bus);
10 
11 #endif
12