xref: /linux/drivers/staging/media/atomisp/pci/atomisp_drvfs.h (revision 3503d56cc7233ced602e38a4c13caa64f00ab2aa)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for atomisp driver sysfs interface.
4  *
5  * Copyright (c) 2014 Intel Corporation. All Rights Reserved.
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License version
9  * 2 as published by the Free Software Foundation.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  *
17  */
18 
19 #ifndef	__ATOMISP_DRVFS_H__
20 #define	__ATOMISP_DRVFS_H__
21 
22 int atomisp_drvfs_init(struct device_driver *drv, struct atomisp_device *isp);
23 void atomisp_drvfs_exit(void);
24 
25 #endif /* __ATOMISP_DRVFS_H__ */
26