Linux-libre 4.17.3-gnu
[librecmc/linux-libre.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  *
16  */
17
18 #ifndef __ATOMISP_DRVFS_H__
19 #define __ATOMISP_DRVFS_H__
20
21 int atomisp_drvfs_init(struct device_driver *drv, struct atomisp_device *isp);
22 void atomisp_drvfs_exit(void);
23
24 #endif /* __ATOMISP_DRVFS_H__ */