diff options
Diffstat (limited to 'include/media/v4l2-subdev.h')
-rw-r--r-- | include/media/v4l2-subdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index 2bcdca0a57fc..09758789be02 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h | |||
@@ -387,6 +387,8 @@ struct v4l2_subdev_ops { | |||
387 | 387 | ||
388 | /* Set this flag if this subdev is a i2c device. */ | 388 | /* Set this flag if this subdev is a i2c device. */ |
389 | #define V4L2_SUBDEV_FL_IS_I2C (1U << 0) | 389 | #define V4L2_SUBDEV_FL_IS_I2C (1U << 0) |
390 | /* Set this flag if this subdev is a spi device. */ | ||
391 | #define V4L2_SUBDEV_FL_IS_SPI (1U << 1) | ||
390 | 392 | ||
391 | /* Each instance of a subdev driver should create this struct, either | 393 | /* Each instance of a subdev driver should create this struct, either |
392 | stand-alone or embedded in a larger struct. | 394 | stand-alone or embedded in a larger struct. |