X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fstack%2Fstack_pvt.h;h=c7eab4027d932916ea11347ff03c9ac9f3ac2771;hb=bef7c9ff285a90373f3f409e2c21d1263ed0f548;hp=ecf40819c5dfdcf843d09f00875a25df492e43e2;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/stack/stack_pvt.h b/lib/stack/stack_pvt.h index ecf40819c5..c7eab4027d 100644 --- a/lib/stack/stack_pvt.h +++ b/lib/stack/stack_pvt.h @@ -5,10 +5,6 @@ #ifndef _STACK_PVT_H_ #define _STACK_PVT_H_ -#ifdef __cplusplus -extern "C" { -#endif - #include 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_ */