WIP FPC-III support
[linux/fpc-iii.git] / drivers / media / platform / omap3isp / isphist.h
blob93cd27a3b617af55a0e55795efa852faf86fdef3
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * isphist.h
5 * TI OMAP3 ISP - Histogram module
7 * Copyright (C) 2010 Nokia Corporation
8 * Copyright (C) 2009 Texas Instruments, Inc.
10 * Contacts: David Cohen <dacohen@gmail.com>
11 * Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12 * Sakari Ailus <sakari.ailus@iki.fi>
15 #ifndef OMAP3_ISP_HIST_H
16 #define OMAP3_ISP_HIST_H
18 #include <linux/omap3isp.h>
20 #define ISPHIST_IN_BIT_WIDTH_CCDC 10
22 struct isp_device;
24 int omap3isp_hist_init(struct isp_device *isp);
25 void omap3isp_hist_cleanup(struct isp_device *isp);
27 #endif /* OMAP3_ISP_HIST */