coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pciehp.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOUTHBRIDGE_INTEL_COMMON_PCIEHP_H
4 #define SOUTHBRIDGE_INTEL_COMMON_PCIEHP_H
5 
6 void intel_acpi_pcie_hotplug_generator(u8 *hotplug_map, int port_number);
8 
9 #endif
void intel_acpi_pcie_hotplug_generator(u8 *hotplug_map, int port_number)
Definition: pciehp.c:11
void intel_acpi_pcie_hotplug_scan_slot(struct bus *bus)
uint8_t u8
Definition: stdint.h:45
Definition: device.h:76