X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fdatapath.h;h=9b4c4386bd5f262a058411e164e47e57b89a9255;hb=3f355f47f8e7343e909ccfa854454d667baf3c38;hp=88bdbc65784f812d7fdb1e253e8dd80e7ce572e6;hpb=2416b8eceae7b2508fe72efbc17d9cb71b69d330;p=sliver-openvswitch.git diff --git a/datapath/datapath.h b/datapath/datapath.h index 88bdbc657..9b4c4386b 100644 --- a/datapath/datapath.h +++ b/datapath/datapath.h @@ -14,10 +14,10 @@ #include #include #include -#include #include #include #include +#include #include "flow.h" #include "dp_sysfs.h" @@ -168,4 +168,6 @@ static inline int skb_checksum_setup(struct sk_buff *skb) } #endif +int vswitch_skb_checksum_setup(struct sk_buff *skb); + #endif /* datapath.h */