diff options
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h index c67205cae7..30226bf7df 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -261,6 +261,7 @@ ROMSTAGE_CONST struct device *dev_find_next_pci_device( ROMSTAGE_CONST struct device *previous_dev); ROMSTAGE_CONST struct device * dev_find_slot_on_smbus (unsigned int bus, unsigned int addr); +ROMSTAGE_CONST struct device * dev_find_slot_pnp(u16 port, u16 device); #endif |