lib: remove C++ include guard from private headers
[dpdk.git] / lib / bpf / bpf_def.h
index d399929..fa91253 100644 (file)
 #include <stdint.h>
 
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /*
  * The instruction encodings.
  */
@@ -144,8 +140,4 @@ struct ebpf_insn {
  */
 #define        EBPF_FUNC_MAX_ARGS      (EBPF_REG_6 - EBPF_REG_1)
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* RTE_BPF_DEF_H_ */