summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/awb_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/controller/awb_status.h')
-rw-r--r--src/ipa/raspberrypi/controller/awb_status.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ipa/raspberrypi/controller/awb_status.h b/src/ipa/raspberrypi/controller/awb_status.h
index 2f6e88ef..353906f8 100644
--- a/src/ipa/raspberrypi/controller/awb_status.h
+++ b/src/ipa/raspberrypi/controller/awb_status.h
@@ -11,10 +11,6 @@
* under the tag "awb.status".
*/
-#ifdef __cplusplus
-extern "C" {
-#endif
-
struct AwbStatus {
char mode[32];
double temperatureK;
@@ -22,7 +18,3 @@ struct AwbStatus {
double gainG;
double gainB;
};
-
-#ifdef __cplusplus
-}
-#endif