aboutsummaryrefslogtreecommitdiffstats
path: root/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysfs.h')
-rw-r--r--sysfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysfs.h b/sysfs.h
new file mode 100644
index 0000000..ccd2430
--- /dev/null
+++ b/sysfs.h
@@ -0,0 +1,3 @@
+int sysfs_read_str(char *sysfs_file,char *buf,size_t bufsize);
+long int sysfs_read_long_int(char *sysfs_file);
+int sysfs_write_str(char *sysfs_file,char *value,int checkdelay);