lib: remove C++ include guard from private headers
[dpdk.git] / lib / power / guest_channel.h
index 43d532a..bdda136 100644 (file)
@@ -4,10 +4,6 @@
 #ifndef _GUEST_CHANNEL_H
 #define _GUEST_CHANNEL_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /**
  * Check if any Virtio-Serial VM end-points exist in path.
  *
@@ -86,9 +82,4 @@ int power_guest_channel_read_msg(void *pkt,
                size_t pkt_len,
                unsigned int lcore_id);
 
-
-#ifdef __cplusplus
-}
-#endif
-
 #endif