isphist.h 757 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * isphist.h
  3. *
  4. * TI OMAP3 ISP - Histogram module
  5. *
  6. * Copyright (C) 2010 Nokia Corporation
  7. * Copyright (C) 2009 Texas Instruments, Inc.
  8. *
  9. * Contacts: David Cohen <dacohen@gmail.com>
  10. * Laurent Pinchart <laurent.pinchart@ideasonboard.com>
  11. * Sakari Ailus <sakari.ailus@iki.fi>
  12. *
  13. * This program is free software; you can redistribute it and/or modify
  14. * it under the terms of the GNU General Public License version 2 as
  15. * published by the Free Software Foundation.
  16. */
  17. #ifndef OMAP3_ISP_HIST_H
  18. #define OMAP3_ISP_HIST_H
  19. #include <linux/omap3isp.h>
  20. #define ISPHIST_IN_BIT_WIDTH_CCDC 10
  21. struct isp_device;
  22. int omap3isp_hist_init(struct isp_device *isp);
  23. void omap3isp_hist_cleanup(struct isp_device *isp);
  24. #endif /* OMAP3_ISP_HIST */