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
ACPI / PNP: Avoid conflicting resource reservations
[linux/fpc-iii.git]
/
tools
/
usb
/
usbip
/
libsrc
/
sysfs_utils.h
blob
32ac1d105d1854dd26c22e9c14b424f9041efa6d
1
2
#ifndef __SYSFS_UTILS_H
3
#define __SYSFS_UTILS_H
4
5
int
write_sysfs_attribute
(
const char
*
attr_path
,
const char
*
new_value
,
6
size_t
len
);
7
8
#endif