blob: beb210c7b03747e9c752588febe79dc39828d798 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <stdbool.h>
#ifndef SOUTHBRIDGE_INTEL_COMMON_PCIEHP_H
#define SOUTHBRIDGE_INTEL_COMMON_PCIEHP_H
void intel_acpi_pcie_hotplug_generator(bool *hotplug_map, int port_number);
void intel_acpi_pcie_hotplug_scan_slot(struct bus *bus);
#endif