]> git.droids-corp.org - dpdk.git/blobdiff - lib/bpf/bpf_impl.h
examples/l3fwd: share queue size variables
[dpdk.git] / lib / bpf / bpf_impl.h
index 03ba0ae1128d17821049bbfad1322cb163dd099f..26d165ad5cac00cd8a46e9d387299f57f1d1217b 100644 (file)
@@ -8,10 +8,6 @@
 #include <rte_bpf.h>
 #include <sys/mman.h>
 
-#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_ */