]> git.droids-corp.org - dpdk.git/blobdiff - lib/stack/stack_pvt.h
lib: remove C++ include guard from private headers
[dpdk.git] / lib / stack / stack_pvt.h
index ecf40819c5dfdcf843d09f00875a25df492e43e2..c7eab4027d932916ea11347ff03c9ac9f3ac2771 100644 (file)
@@ -5,10 +5,6 @@
 #ifndef _STACK_PVT_H_
 #define _STACK_PVT_H_
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #include <rte_log.h>
 
 extern int stack_logtype;
@@ -26,9 +22,4 @@ extern int stack_logtype;
 #define STACK_LOG_INFO(fmt, args...) \
        STACK_LOG(INFO, fmt, ## args)
 
-
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* _STACK_PVT_H_ */