mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a missing prototype.
Pointy hat: me
This commit is contained in:
parent
99ff83da74
commit
c183dc9519
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#include <net/if_vlan_var.h>
|
||||
#include <sys/sockio.h>
|
||||
|
||||
static void mlx4_en_init_locked(struct mlx4_en_priv *priv);
|
||||
static void mlx4_en_sysctl_stat(struct mlx4_en_priv *priv);
|
||||
|
||||
static void mlx4_en_vlan_rx_add_vid(void *arg, struct net_device *dev, u16 vid)
|
||||
|
|
|
|||
Loading…
Reference in a new issue