/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcitool/sysinfo.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-08 02:47:23 UTC
  • Revision ID: csa@dside.dyndns.org-20111208024723-ym9uf3uoll6ym2a9
new event architecture, first trial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 */