/alps/fastwriter

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/fastwriter
1 by Suren A. Chilingaryan
Initial release
1
#ifndef _PCITOOL_SYSINFO_H
2
#define _PCITOOL_SYSINFO_H
3
5 by Suren A. Chilingaryan
Properly detect /dev/null as raw device and do not set DIRECT flag on raw devices
4
size_t fastwriter_get_free_memory();
5
int fastwriter_get_file_fs(const char *fname, size_t size, char *fs);
1 by Suren A. Chilingaryan
Initial release
6
7
#endif /* _PCITOOL_SYSINFO_H */