facetimehd: switch to debugfs

This commit is contained in:
Sven Schnelle
2015-12-01 09:26:46 +01:00
parent 4d67b02371
commit ea4e874e45
4 changed files with 79 additions and 84 deletions

27
fthd_debugfs.h Normal file
View File

@@ -0,0 +1,27 @@
/*
* Broadcom PCIe 1570 webcam driver
*
* Copyright (C) 2015 Sven Schnelle <svens@stackframe.org>
*
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation.
*
*/
#ifndef _FTHD_SYSFS_H
#define _FTHD_SYSFS_H
struct fthd_private;
int fthd_debugfs_init(struct fthd_private *priv);
void fthd_debugfs_exit(struct fthd_private *priv);
#endif