diff options
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pciexp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/device/pciexp.h b/src/include/device/pciexp.h index 05d3873238..2618c02f32 100644 --- a/src/include/device/pciexp.h +++ b/src/include/device/pciexp.h @@ -45,6 +45,8 @@ static inline bool pciexp_is_downstream_port(int type) type == PCI_EXP_TYPE_PCIE_BRIDGE; } +bool pciexp_dev_is_slot_hot_plug_cap(struct device *dev); + struct device *pcie_find_dsn(const uint64_t serial, const uint16_t vid, struct device *from); |