diff options
| author | David C Somayajulu <davidcs@FreeBSD.org> | 2017-02-27 23:38:51 +0000 |
|---|---|---|
| committer | David C Somayajulu <davidcs@FreeBSD.org> | 2017-02-27 23:38:51 +0000 |
| commit | 7a1297c8217fc863a4b995d3d377b7917045901c (patch) | |
| tree | 147ec2d47089c9abc9f47fc3414b62f8e055b75e /sys/dev/bxe/bxe_stats.c | |
| parent | c214a270f501ce3711165c0d18f55733bcc0ca93 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bxe/bxe_stats.c')
| -rw-r--r-- | sys/dev/bxe/bxe_stats.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/bxe/bxe_stats.c b/sys/dev/bxe/bxe_stats.c index 2310e8f59eee..249417a45df6 100644 --- a/sys/dev/bxe/bxe_stats.c +++ b/sys/dev/bxe/bxe_stats.c @@ -36,6 +36,8 @@ __FBSDID("$FreeBSD$"); #define BITS_PER_LONG 64 #endif +extern int bxe_grc_dump(struct bxe_softc *sc); + static inline long bxe_hilo(uint32_t *hiref) { |
