aboutsummaryrefslogtreecommitdiff
path: root/hw/net/igb_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/net/igb_common.h')
-rw-r--r--hw/net/igb_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/igb_common.h b/hw/net/igb_common.h
index 5c261ba9d3..b316a5bcfa 100644
--- a/hw/net/igb_common.h
+++ b/hw/net/igb_common.h
@@ -152,5 +152,6 @@ enum {
uint64_t igb_mmio_read(void *opaque, hwaddr addr, unsigned size);
void igb_mmio_write(void *opaque, hwaddr addr, uint64_t val, unsigned size);
+void igb_vf_reset(void *opaque, uint16_t vfn);
#endif