ipa: raspberrypi: Remove extern "C" declarations

Since the controller header files are now C++ specific, remove the extern "C"
declarations.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Naushir Patuck
2022-07-27 09:55:19 +01:00
committed by Laurent Pinchart
parent acd5d9979f
commit de9e95bfcc
14 changed files with 0 additions and 112 deletions
@@ -8,14 +8,6 @@
/* The "DPC" algorithm sets defective pixel correction strength. */
#ifdef __cplusplus
extern "C" {
#endif
struct DpcStatus {
int strength; /* 0 = "off", 1 = "normal", 2 = "strong" */
};
#ifdef __cplusplus
}
#endif