/* * Broadcom PCIe 1570 webcam driver * Some of the register defines are taken from the crystalhd driver * * Copyright (C) 2014 Patrik Jakobsson (patrik.r.jakobsson@gmail.com) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * */ #ifndef _ISP_H #define _ISP_H extern int isp_init(struct bcwc_private *dev_priv); #endif