mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 09:05:06 +03:00
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:
parent
acd5d9979f
commit
de9e95bfcc
14 changed files with 0 additions and 112 deletions
|
@ -16,10 +16,6 @@
|
|||
* including binning, scaling, cropping etc.
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define CAMERA_MODE_NAME_LEN 32
|
||||
|
||||
struct CameraMode {
|
||||
|
@ -46,7 +42,3 @@ struct CameraMode {
|
|||
/* sensitivity of this mode */
|
||||
double sensitivity;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue