diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-01-27 15:05:10 +1000 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-01-27 15:05:10 +1000 |
commit | e19a941f0c48fa4a14e746086d46c043ffb9d279 (patch) | |
tree | f059965ab3c7e8abc0e0dd32a498149aadddd956 /src/sysfs.h | |
parent | cf56fac03017304a9201532cf4ecfa55f4ee487c (diff) | |
download | vyatta-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.h | 2 |
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); |