blob: 095f92927120e0bc6796e12d469a8e893725eb70 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2012-2018, 2020 The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef _CAMERA_H
#define _CAMERA_H
enum stream_state {
START_STREAM = 0,
STOP_STREAM,
};
int camera_init_v4l2(struct device *dev, unsigned int *session);
#endif /*_CAMERA_H */