diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/black_level_status.h')
-rw-r--r-- | src/ipa/raspberrypi/controller/black_level_status.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ipa/raspberrypi/controller/black_level_status.h b/src/ipa/raspberrypi/controller/black_level_status.h index 8b052383..8d2c497a 100644 --- a/src/ipa/raspberrypi/controller/black_level_status.h +++ b/src/ipa/raspberrypi/controller/black_level_status.h @@ -8,16 +8,8 @@ /* The "black level" algorithm stores the black levels to use. */ -#ifdef __cplusplus -extern "C" { -#endif - struct BlackLevelStatus { uint16_t blackLevelR; /* out of 16 bits */ uint16_t blackLevelG; uint16_t blackLevelB; }; - -#ifdef __cplusplus -} -#endif |