]> git.droids-corp.org - dpdk.git/blobdiff - lib/bpf/bpf_impl.h
common/cnxk: fix channel number setting in MCAM entries
[dpdk.git] / lib / bpf / bpf_impl.h
index 26d165ad5cac00cd8a46e9d387299f57f1d1217b..b4d8e87c6dfbe40de7c659a466054b4ccf6473d3 100644 (file)
@@ -2,8 +2,8 @@
  * Copyright(c) 2018 Intel Corporation
  */
 
-#ifndef _BPF_H_
-#define _BPF_H_
+#ifndef BPF_IMPL_H
+#define BPF_IMPL_H
 
 #include <rte_bpf.h>
 #include <sys/mman.h>
@@ -43,4 +43,4 @@ bpf_size(uint32_t bpf_op_sz)
        return 0;
 }
 
-#endif /* _BPF_H_ */
+#endif /* BPF_IMPL_H */