repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vxlan: check return value of gro_cells_init()
[linux/fpc-iii.git]
/
tools
/
usb
/
usbip
/
libsrc
/
sysfs_utils.h
blob
0cd5f17e7eb224d3c4b2698071b266cecc84c8c4
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifndef __SYSFS_UTILS_H
4
#define __SYSFS_UTILS_H
5
6
int
write_sysfs_attribute
(
const char
*
attr_path
,
const char
*
new_value
,
7
size_t
len
);
8
9
#endif