lib: remove C++ include guard from private headers
[dpdk.git] / lib / fib / dir24_8.h
index bac65ee..b0d1a40 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_ */