repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
include
/
linux
/
iio
/
configfs.h
blob
84cab3f47e806923ac53ab80b7737348d76dfdad
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Industrial I/O configfs support
4
*
5
* Copyright (c) 2015 Intel Corporation
6
*/
7
#ifndef __IIO_CONFIGFS
8
#define __IIO_CONFIGFS
9
10
extern
struct
configfs_subsystem iio_configfs_subsys
;
11
12
#endif
/* __IIO_CONFIGFS */