blob: 75b9c71d9419f8cf1553a670173eed73b795758b [file] [log] [blame]
Sylwester Nawrocki045a1fa2013-06-10 08:51:44 -03001/*
2 * Copyright (C) 2013 Samsung Electronics Co., Ltd.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8
Sylwester Nawrocki0f209562013-05-31 13:47:03 -03009#include <linux/device.h>
10#include <linux/videodev2.h>
Sylwester Nawrocki045a1fa2013-06-10 08:51:44 -030011#include <media/media-entity.h>
12#include <media/v4l2-subdev.h>
13
14struct v4l2_subdev *fimc_find_remote_sensor(struct media_entity *entity);
Sylwester Nawrocki0f209562013-05-31 13:47:03 -030015void __fimc_vidioc_querycap(struct device *dev, struct v4l2_capability *cap,
16 unsigned int caps);