summaryrefslogtreecommitdiffstats
path: root/include/net/ipx.h
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-10-27 20:00:41 +0100
committerDavid S. Miller <davem@davemloft.net>2014-10-27 16:03:53 -0400
commit5e96d788d93b90e6e1769fb9376ee28bcdc1a041 (patch)
tree5694e22e43df128ccd3ff79ba1d42b9624b76249 /include/net/ipx.h
parentce256981e5f1be1f0aa6b4b8b16e0c2918468457 (diff)
downloadop-kernel-dev-5e96d788d93b90e6e1769fb9376ee28bcdc1a041.zip
op-kernel-dev-5e96d788d93b90e6e1769fb9376ee28bcdc1a041.tar.gz
ipx: move extern sysctl_ipx_pprop_broadcasting to header file
include ipx.h from sysctl_net_ipx.c Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ipx.h')
-rw-r--r--include/net/ipx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/ipx.h b/include/net/ipx.h
index 0143180..320f47b 100644
--- a/include/net/ipx.h
+++ b/include/net/ipx.h
@@ -42,6 +42,9 @@ struct ipxhdr {
struct ipx_address ipx_source __packed;
};
+/* From af_ipx.c */
+extern int sysctl_ipx_pprop_broadcasting;
+
static __inline__ struct ipxhdr *ipx_hdr(struct sk_buff *skb)
{
return (struct ipxhdr *)skb_transport_header(skb);
OpenPOWER on IntegriCloud