]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/iio/configfs.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mirror_ubuntu-bionic-kernel.git] / include / linux / iio / configfs.h
CommitLineData
8d6c16dd
JC
1/*
2 * Industrial I/O configfs support
3 *
4 * Copyright (c) 2015 Intel Corporation
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published by
8 * the Free Software Foundation.
9 */
10#ifndef __IIO_CONFIGFS
11#define __IIO_CONFIGFS
12
13extern struct configfs_subsystem iio_configfs_subsys;
14
15#endif /* __IIO_CONFIGFS */