tegrakernel/kernel/nvidia/drivers/video/tegra/host/isp/isp5.h

36 lines
1.0 KiB
C
Raw Permalink Normal View History

2022-02-16 09:13:02 -06:00
/*
* drivers/video/tegra/host/isp/isp5.h
*
* Tegra ISP5
*
* Copyright (c) 2017-2018 NVIDIA Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __NVHOST_ISP5_H__
#define __NVHOST_ISP5_H__
#include <linux/platform_device.h>
extern const struct file_operations tegra194_isp5_ctrl_ops;
struct t194_isp5_file_private {
struct platform_device *pdev;
};
int isp5_priv_early_probe(struct platform_device *pdev);
int isp5_priv_late_probe(struct platform_device *pdev);
#endif