mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
Also rename some registers Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
19 lines
469 B
C
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
|