]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_rib/rte_rib.h
examples/fips_validation: support self-test only
[dpdk.git] / lib / librte_rib / rte_rib.h
index a9bb42f6fa3bfb65783a6cbab9418967bf8fbb61..f80752e5bdeed21e039a721627dface3aa93da29 100644 (file)
 
 #include <rte_compat.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /**
  * rte_rib_get_nxt() flags
  */
@@ -282,4 +286,8 @@ __rte_experimental
 void
 rte_rib_free(struct rte_rib *rib);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _RTE_RIB_H_ */