summaryrefslogtreecommitdiffstats
path: root/sysinfo.h
diff options
context:
space:
mode:
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 */