test: pci_ep: add basic pci_ep tests
[oweals/u-boot.git] / arch / sandbox / include / asm / test.h
index e956a05262f4a028dafe258818dcce625bebc970..7ec9b61008380e17d2b76226dde2ee3184671eba 100644 (file)
@@ -177,4 +177,12 @@ int sandbox_get_beep_frequency(struct udevice *dev);
  */
 int sandbox_get_pch_spi_protect(struct udevice *dev);
 
+/**
+ * sandbox_get_pci_ep_irq_count() - Get the PCI EP IRQ count
+ *
+ * @dev: Device to check
+ * @return irq count
+ */
+int sandbox_get_pci_ep_irq_count(struct udevice *dev);
+
 #endif