summaryrefslogtreecommitdiff
path: root/src/sysfs.h
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2011-01-27 15:05:10 +1000
committerStephen Hemminger <stephen.hemminger@vyatta.com>2011-01-27 15:05:10 +1000
commite19a941f0c48fa4a14e746086d46c043ffb9d279 (patch)
treef059965ab3c7e8abc0e0dd32a498149aadddd956 /src/sysfs.h
parentcf56fac03017304a9201532cf4ecfa55f4ee487c (diff)
downloadvyatta-biosdevname-upstream.tar.gz
vyatta-biosdevname-upstream.zip
Add missing files from upstream versionupstream
Missing bits from upstream copy
Diffstat (limited to 'src/sysfs.h')
-rw-r--r--src/sysfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sysfs.h b/src/sysfs.h
new file mode 100644
index 0000000..91bfb15
--- /dev/null
+++ b/src/sysfs.h
@@ -0,0 +1,2 @@
+extern int sysfs_path_is_file(const char *path);
+extern int sysfs_read_file(const char *path, char **output);