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