6b6b3e84826247f6e2528d1390c8fa5462d3232d
[sliver-openvswitch.git] / datapath / vport-generic.h
1 /*
2  * Copyright (c) 2010 Nicira Networks.
3  * Distributed under the terms of the GNU GPL version 2.
4  *
5  * Significant portions of this file may be copied from parts of the Linux
6  * kernel, by Linus Torvalds and others.
7  */
8
9 #ifndef VPORT_GENERIC_H
10 #define VPORT_GENERIC_H 1
11
12 #include "vport.h"
13
14 unsigned vport_gen_get_dev_flags(const struct vport *);
15 int vport_gen_is_running(const struct vport *);
16 unsigned char vport_gen_get_operstate(const struct vport *);
17
18 #endif /* vport-generic.h */