X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvport-generic.h;h=4a295c734d598300fb161ea7d41de5f66c6c012e;hb=91aff446f3ad343e8e392a9e2b3659b895d1487f;hp=6b6b3e84826247f6e2528d1390c8fa5462d3232d;hpb=ae05bcfd103fcd67953ad86cbd541288014c3443;p=openvswitch diff --git a/datapath/vport-generic.h b/datapath/vport-generic.h index 6b6b3e84..4a295c73 100644 --- a/datapath/vport-generic.h +++ b/datapath/vport-generic.h @@ -1,9 +1,19 @@ /* - * Copyright (c) 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_GENERIC_H @@ -11,8 +21,8 @@ #include "vport.h" -unsigned vport_gen_get_dev_flags(const struct vport *); -int vport_gen_is_running(const struct vport *); -unsigned char vport_gen_get_operstate(const struct vport *); +unsigned ovs_vport_gen_get_dev_flags(const struct vport *); +int ovs_vport_gen_is_running(const struct vport *); +unsigned char ovs_vport_gen_get_operstate(const struct vport *); #endif /* vport-generic.h */