summaryrefslogtreecommitdiff
path: root/drivers/net/ovpn/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ovpn/io.h')
-rw-r--r--drivers/net/ovpn/io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ovpn/io.h b/drivers/net/ovpn/io.h
index afea5f81f562..1cfa66873a2d 100644
--- a/drivers/net/ovpn/io.h
+++ b/drivers/net/ovpn/io.h
@@ -21,4 +21,6 @@
netdev_tx_t ovpn_net_xmit(struct sk_buff *skb, struct net_device *dev);
+void ovpn_recv(struct ovpn_peer *peer, struct sk_buff *skb);
+
#endif /* _NET_OVPN_OVPN_H_ */