]> git.droids-corp.org - dpdk.git/blobdiff - lib/fib/dir24_8.h
lib: remove C++ include guard from private headers
[dpdk.git] / lib / fib / dir24_8.h
index bac65eeda9a507ba83679e5d955513b44ca49baa..b0d1a40ee9a27e216d3c474b39e90ebb6fad4525 100644 (file)
  * DIR24_8 algorithm
  */
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #define DIR24_8_TBL24_NUM_ENT          (1 << 24)
 #define DIR24_8_TBL8_GRP_NUM_ENT       256U
 #define DIR24_8_EXT_ENT                        1
@@ -252,8 +248,4 @@ int
 dir24_8_modify(struct rte_fib *fib, uint32_t ip, uint8_t depth,
        uint64_t next_hop, int op);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* _DIR24_8_H_ */