aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe/ixgbe_osdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ixgbe/ixgbe_osdep.h')
-rw-r--r--sys/dev/ixgbe/ixgbe_osdep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ixgbe/ixgbe_osdep.h b/sys/dev/ixgbe/ixgbe_osdep.h
index 8cf1d13736ce..ec2b3274ec31 100644
--- a/sys/dev/ixgbe/ixgbe_osdep.h
+++ b/sys/dev/ixgbe/ixgbe_osdep.h
@@ -253,4 +253,7 @@ ixgbe_free(struct ixgbe_hw __unused *hw, void *addr)
free(addr, M_DEVBUF);
}
+void ixgbe_info_fwlog(struct ixgbe_hw *hw, uint32_t rowsize,
+ uint32_t groupsize, uint8_t *buf, size_t len);
+
#endif /* _IXGBE_OSDEP_H_ */