aboutsummaryrefslogtreecommitdiff
path: root/hw/net/igb_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/net/igb_core.h')
-rw-r--r--hw/net/igb_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/net/igb_core.h b/hw/net/igb_core.h
index 9cbbfd5..bf8c46f 100644
--- a/hw/net/igb_core.h
+++ b/hw/net/igb_core.h
@@ -130,6 +130,9 @@ igb_core_set_link_status(IGBCore *core);
void
igb_core_pci_uninit(IGBCore *core);
+void
+igb_core_vf_reset(IGBCore *core, uint16_t vfn);
+
bool
igb_can_receive(IGBCore *core);