]> git.droids-corp.org - dpdk.git/blobdiff - lib/acl/tb_mem.h
lib: remove C++ include guard from private headers
[dpdk.git] / lib / acl / tb_mem.h
index 50a803c7381d367c88196727e8c434ab1540c081..2093744a6d4f514396e4540f008633f53b85138b 100644 (file)
  * destructed (finish of build phase).
  */
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #include <rte_acl_osdep.h>
 #include <setjmp.h>
 
@@ -40,8 +36,4 @@ struct tb_mem_pool {
 void *tb_alloc(struct tb_mem_pool *pool, size_t size);
 void tb_free_pool(struct tb_mem_pool *pool);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* _TB_MEM_H_ */