Commit 8d24d19e authored by Nicolas Saenz Julienne's avatar Nicolas Saenz Julienne Committed by Greg Kroah-Hartman
Browse files

staging: vchi: Get rid of C++ guards



This is an include only used by the Linux kernel, so no need to worry
about C++ compatibility.

Signed-off-by: default avatarNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Link: https://lore.kernel.org/r/20200527115400.31391-9-nsaenzjulienne@suse.de


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b6d90ef9
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -60,10 +60,6 @@ struct vchi_service_handle;
 * (local / remote)
 *****************************************************************************/

#ifdef __cplusplus
extern "C" {
#endif

// Routine used to initialise the vchi on both local + remote connections
extern int32_t vchi_initialise(struct vchi_instance_handle **instance_handle);

@@ -158,10 +154,6 @@ extern int32_t vchi_bulk_queue_transmit(struct vchi_service_handle *handle,
 * Configuration plumbing
 *****************************************************************************/

#ifdef __cplusplus
}
#endif

#endif /* VCHI_H_ */

/****************************** End of file **********************************/