/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
117 by Suren A. Chilingaryan
new event architecture, first trial
1
#ifndef _PCITOOL_SYSINFO_H
2
#define _PCITOOL_SYSINFO_H
3
4
size_t get_free_memory();
5
int get_file_fs(const char *fname, size_t size, char *fs);
6
7
#endif /* _PCITOOL_SYSINFO_H */