Update the ChangeLog with the changes since v0.8.1 and designate this v0.9.0-b1.
[openvswitch] / datapath / dp_dev.h
1 #ifndef DP_DEV_H
2 #define DP_DEV_H 1
3
4 int dp_dev_setup(struct datapath *);
5 void dp_dev_destroy(struct datapath *);
6 int dp_dev_recv(struct net_device *, struct sk_buff *);
7 int is_dp_dev(struct net_device *);
8
9 #endif /* dp_dev.h */