Files
facetimehd/isp.h
Patrik Jakobsson e7c3775956 isp: Move isp code to it's own file
Also rename some registers

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
2015-08-01 17:17:48 +02:00

19 lines
469 B
C

/*
* 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