diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-13 14:57:51 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-13 14:57:51 +0100 |
commit | a77e7147c1814b4ed19d6abce417c8d8c627cc32 (patch) | |
tree | 0827dabe5bea4a5bb26199675e3a4fa52c2905fd /sysinfo.h | |
download | fastwriter-a77e7147c1814b4ed19d6abce417c8d8c627cc32.tar.gz fastwriter-a77e7147c1814b4ed19d6abce417c8d8c627cc32.tar.bz2 fastwriter-a77e7147c1814b4ed19d6abce417c8d8c627cc32.tar.xz fastwriter-a77e7147c1814b4ed19d6abce417c8d8c627cc32.zip |
Initial release
Diffstat (limited to 'sysinfo.h')
-rw-r--r-- | sysinfo.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysinfo.h b/sysinfo.h new file mode 100644 index 0000000..d5636a7 --- /dev/null +++ b/sysinfo.h @@ -0,0 +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); + +#endif /* _PCITOOL_SYSINFO_H */ |