]> git.droids-corp.org - dpdk.git/blobdiff - lib/cryptodev/cryptodev_pmd.h
lib: remove C++ include guard from private headers
[dpdk.git] / lib / cryptodev / cryptodev_pmd.h
index ec7bb82be8569f66a41d57d9812110239e36978f..ae3aac59ae6df00d9f86780a8642c54a5763ed0b 100644 (file)
  * them directly.
  */
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #include <string.h>
 
 #include <rte_config.h>
@@ -561,8 +557,4 @@ set_asym_session_private_data(struct rte_cryptodev_asym_session *sess,
        sess->sess_private_data[driver_id] = private_data;
 }
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* _CRYPTODEV_PMD_H_ */