X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvport-generic.h;h=4a295c734d598300fb161ea7d41de5f66c6c012e;hb=0300caafc5b9fcc710b975cda9cc6d75e6364459;hp=8bda5ad3f48c7c2d1931bde95b171299b84160c0;hpb=b19e8815add8374089c8a90fd276ba65c151416a;p=openvswitch diff --git a/datapath/vport-generic.h b/datapath/vport-generic.h index 8bda5ad3..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,9 +21,8 @@ #include "vport.h" -void vport_gen_rand_ether_addr(u8 *addr); -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 */