summaryrefslogtreecommitdiff
path: root/datapath/vport-internal_dev.h
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2011-11-21 17:15:20 -0800
committerJesse Gross <jesse@nicira.com>2011-11-22 11:13:35 -0800
commit850b6b3b9f8c38b42e315c2c07d232a33b82da3e (patch)
treed871e18ffa1fcb45bb85610fe3e4d15a8ce52e2d /datapath/vport-internal_dev.h
parent28da1f8f725fc2a797174df18a7b3e31ef49ede0 (diff)
downloadopenvswitch-850b6b3b9f8c38b42e315c2c07d232a33b82da3e.tar.gz
datapath: Scope global symbols with ovs_ prefix.
OVS has quite a few global symbols that should be scoped with a prefix to prevent collisions with other modules in the kernel. Suggested-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Jesse Gross <jesse@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'datapath/vport-internal_dev.h')
-rw-r--r--datapath/vport-internal_dev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/datapath/vport-internal_dev.h b/datapath/vport-internal_dev.h
index 91002cbdc..3454447c5 100644
--- a/datapath/vport-internal_dev.h
+++ b/datapath/vport-internal_dev.h
@@ -22,7 +22,7 @@
#include "datapath.h"
#include "vport.h"
-int is_internal_dev(const struct net_device *);
-struct vport *internal_dev_get_vport(struct net_device *);
+int ovs_is_internal_dev(const struct net_device *);
+struct vport *ovs_internal_dev_get_vport(struct net_device *);
#endif /* vport-internal_dev.h */