X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fvport-internal_dev.h;h=9a7d30ecc6a25277b0bb0d6bc7e42e84b4ef292d;hb=003ce655b7116d18c86a74c50391e54990346931;hp=91002cbdc4ae939e9ae6acb487676fb8dba2e676;hpb=a9a29d22d8f485bb90bb49ae9ddff8c3c1ab04f5;p=sliver-openvswitch.git diff --git a/datapath/vport-internal_dev.h b/datapath/vport-internal_dev.h index 91002cbdc..9a7d30ecc 100644 --- a/datapath/vport-internal_dev.h +++ b/datapath/vport-internal_dev.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011 Nicira Networks. + * Copyright (c) 2007-2011 Nicira, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public @@ -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 */