Staging: csr: remove __cplusplus nonsense from the .h files
[deliverable/linux.git] / drivers / staging / csr / csr_wifi_result.h
index 2f87cda9003e08b7267e633ff7987b22c79f30a0..3c394c7e5fa94b73d714f771e8bf49c493f331b2 100644 (file)
 
 #include "csr_result.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /* THIS FILE SHOULD CONTAIN ONLY RESULT CODES */
 
 /* Result Codes */
@@ -27,9 +23,5 @@ extern "C" {
 #define CSR_WIFI_HIP_RESULT_RANGE            ((CsrResult) 5) /* Request exceeds the range of a file or a buffer */
 #define CSR_WIFI_HIP_RESULT_NOT_FOUND        ((CsrResult) 6) /* A file (typically a f/w patch) is not found */
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* CSR_WIFI_RESULT_H__ */
 
This page took 0.025178 seconds and 5 git commands to generate.