summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/common/pciehp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/common/pciehp.h')
-rw-r--r--src/southbridge/intel/common/pciehp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/southbridge/intel/common/pciehp.h b/src/southbridge/intel/common/pciehp.h
index b4e65c4f46ad..beb210c7b037 100644
--- a/src/southbridge/intel/common/pciehp.h
+++ b/src/southbridge/intel/common/pciehp.h
@@ -1,9 +1,11 @@
/* 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(u8 *hotplug_map, int port_number);
+void intel_acpi_pcie_hotplug_generator(bool *hotplug_map, int port_number);
void intel_acpi_pcie_hotplug_scan_slot(struct bus *bus);
#endif