X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fbpf%2Fbpf_impl.h;h=26d165ad5cac00cd8a46e9d387299f57f1d1217b;hb=e7a7add13a0cd2eb64f62502cad005a97d8e3ee2;hp=03ba0ae1128d17821049bbfad1322cb163dd099f;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/bpf/bpf_impl.h b/lib/bpf/bpf_impl.h index 03ba0ae112..26d165ad5c 100644 --- a/lib/bpf/bpf_impl.h +++ b/lib/bpf/bpf_impl.h @@ -8,10 +8,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - #define MAX_BPF_STACK_SIZE 0x200 struct rte_bpf { @@ -47,8 +43,4 @@ bpf_size(uint32_t bpf_op_sz) return 0; } -#ifdef __cplusplus -} -#endif - #endif /* _BPF_H_ */