summaryrefslogtreecommitdiffstats
path: root/sysinfo.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-13 20:37:47 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-13 20:37:47 +0100
commite99ffb4b0b09d883666e621eba0bb41ac4233d9f (patch)
tree7691b2b877ae7df29eaabe30b75f35bc86b63295 /sysinfo.h
parent9c14774f2b6b22628a8b57b7a1e5edec1e236f9c (diff)
downloadfastwriter-e99ffb4b0b09d883666e621eba0bb41ac4233d9f.tar.gz
fastwriter-e99ffb4b0b09d883666e621eba0bb41ac4233d9f.tar.bz2
fastwriter-e99ffb4b0b09d883666e621eba0bb41ac4233d9f.tar.xz
fastwriter-e99ffb4b0b09d883666e621eba0bb41ac4233d9f.zip
Properly detect /dev/null as raw device and do not set DIRECT flag on raw devices
Diffstat (limited to 'sysinfo.h')
-rw-r--r--sysinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysinfo.h b/sysinfo.h
index d5636a7..7fe367c 100644
--- a/sysinfo.h
+++ b/sysinfo.h
@@ -1,7 +1,7 @@
#ifndef _PCITOOL_SYSINFO_H
#define _PCITOOL_SYSINFO_H
-size_t get_free_memory();
-int get_file_fs(const char *fname, size_t size, char *fs);
+size_t fastwriter_get_free_memory();
+int fastwriter_get_file_fs(const char *fname, size_t size, char *fs);
#endif /* _PCITOOL_SYSINFO_H */