GNU Linux-libre 4.14.254-gnu1
[releases.git] / drivers / staging / media / atomisp / pci / atomisp2 / atomisp_drvfs.h
1 /*
2  * Support for atomisp driver sysfs interface.
3  *
4  * Copyright (c) 2014 Intel Corporation. All Rights Reserved.
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License version
8  * 2 as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18  * 02110-1301, USA.
19  *
20  */
21
22 #ifndef __ATOMISP_DRVFS_H__
23 #define __ATOMISP_DRVFS_H__
24
25 extern int atomisp_drvfs_init(struct pci_driver *drv, struct atomisp_device
26                                 *isp);
27 extern void atomisp_drvfs_exit(void);
28
29 #endif /* __ATOMISP_DRVFS_H__ */