X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fvport-internal_dev.h;h=9a7d30ecc6a25277b0bb0d6bc7e42e84b4ef292d;hb=cfc50ae514f805dcd9c14589f21158185424daf6;hp=7c76520994415bd454173c33ca66d1e279c43a3a;hpb=f2459fe7d91c4c325dfaa3ed18f56200b63ae27e;p=sliver-openvswitch.git diff --git a/datapath/vport-internal_dev.h b/datapath/vport-internal_dev.h index 7c7652099..9a7d30ecc 100644 --- a/datapath/vport-internal_dev.h +++ b/datapath/vport-internal_dev.h @@ -1,9 +1,19 @@ /* - * Copyright (c) 2009, 2010 Nicira Networks. - * Distributed under the terms of the GNU GPL version 2. + * Copyright (c) 2007-2011 Nicira, Inc. * - * Significant portions of this file may be copied from parts of the Linux - * kernel, by Linus Torvalds and others. + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public + * License as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA */ #ifndef VPORT_INTERNAL_DEV_H @@ -12,9 +22,7 @@ #include "datapath.h" #include "vport.h" -int is_internal_vport(const struct vport *); - -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 */