blob: 7fe367c41c06b50683285d7c48896736431a209e (
plain)
1
2
3
4
5
6
7
|
#ifndef _PCITOOL_SYSINFO_H
#define _PCITOOL_SYSINFO_H
size_t fastwriter_get_free_memory();
int fastwriter_get_file_fs(const char *fname, size_t size, char *fs);
#endif /* _PCITOOL_SYSINFO_H */
|