summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/geq_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/controller/geq_status.h')
-rw-r--r--src/ipa/raspberrypi/controller/geq_status.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ipa/raspberrypi/controller/geq_status.h b/src/ipa/raspberrypi/controller/geq_status.h
index 0ebb7ce7..791f34ca 100644
--- a/src/ipa/raspberrypi/controller/geq_status.h
+++ b/src/ipa/raspberrypi/controller/geq_status.h
@@ -8,15 +8,7 @@
/* The "GEQ" algorithm calculates the green equalisation thresholds */
-#ifdef __cplusplus
-extern "C" {
-#endif
-
struct GeqStatus {
uint16_t offset;
double slope;
};
-
-#ifdef __cplusplus
-}
-#endif