datapath: Scope global symbols with ovs_ prefix.
[openvswitch] / datapath / vport-internal_dev.h
index 91002cbdc4ae939e9ae6acb487676fb8dba2e676..3454447c5f11649cf64d8ba71342337d735f9da1 100644 (file)
@@ -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 */