Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Industrial I/O configfs support
0004  *
0005  * Copyright (c) 2015 Intel Corporation
0006  */
0007 #ifndef __IIO_CONFIGFS
0008 #define __IIO_CONFIGFS
0009 
0010 extern struct configfs_subsystem iio_configfs_subsys;
0011 
0012 #endif /* __IIO_CONFIGFS */